Interface MichelsonTypeMap<K, V>

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

Type Parameters

Hierarchy

  • TypeX<"map", [K, V]>
    • MichelsonTypeMap

Properties

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