Module

x/polkadot/types/types/detect.ts>__MapWrapTwo

Package publishing for deno.land/x/polkadot
Go to Latest
type alias __MapWrapTwo
import { type __MapWrapTwo } from "https://dotland.deno.dev/x/polkadot@0.2.24/types/types/detect.ts";

Type Parameters

K extends Codec
V extends Codec
definition: { BTreeMap<: BTreeMap<K, V>; HashMap<: HashMap<K, V>; Result<: Result<K, V>; }