Interface MichelsonTypeContract<T>

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

Type Parameters

Hierarchy

  • TypeX<"contract", [T]>
    • MichelsonTypeContract

Properties

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