Interface MichelsonTypeBigMap<K, V>

interface MichelsonTypeBigMap<K, V> {
    [sourceReference]?: SourceReference;
    annots?: string[];
    args: [K, V];
    prim: "big_map";
}

Type Parameters

Hierarchy

  • TypeX<"big_map", [K, V]>
    • MichelsonTypeBigMap

Properties

[sourceReference]?: SourceReference
annots?: string[]
args: [K, V]
prim: "big_map"