Interface MichelsonTypeOption<T>

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

Type Parameters

Hierarchy

  • TypeX<"option", [T]>
    • MichelsonTypeOption

Properties

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