Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/polkadot/types/bundle.ts>BTreeMap.with

Package publishing for deno.land/x/polkadot
Latest
method BTreeMap.with
Re-export
import { BTreeMap } from "https://deno.land/x/polkadot@0.2.45/types/bundle.ts";

Type Parameters

K extends Codec
V extends Codec

Parameters

keyType: CodecClass<K> | string
valType: CodecClass<V> | string