Skip to main content
Module

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

Package publishing for deno.land/x/polkadot
Go to Latest
method types.BTreeMap.with
Re-export
import { types } from "https://deno.land/x/polkadot@0.2.12/mod.ts";
const { BTreeMap } = types;

Type Parameters

K extends Codec
V extends Codec

Parameters

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

Returns

CodecClass<CodecMap<K, V>>