Skip to main content
Module

x/polkadot/mod.ts>types.BTreeMap

Package publishing for deno.land/x/polkadot
Go to Latest
class types.BTreeMap
extends CodecMap<K, V>
Re-export
import { types } from "https://deno.land/x/polkadot@0.2.12/mod.ts";
const { BTreeMap } = types;

Type Parameters

optional
K extends Codec = Codec
optional
V extends Codec = Codec

Static Methods

with<K extends Codec, V extends Codec>(keyType: CodecClass<K> | string, valType: CodecClass<V> | string): CodecClass<CodecMap<K, V>>