interface MichelsonTypeSet<T> {
    [sourceReference]?: SourceReference;
    annots?: string[];
    args: [T];
    prim: "set";
}

Type Parameters

Hierarchy

  • TypeX<"set", [T]>
    • MichelsonTypeSet

Properties

[sourceReference]?: SourceReference
annots?: string[]
args: [T]
prim: "set"