Interface MichelsonTypeTicket<T>

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

Type Parameters

Hierarchy

  • TypeX<"ticket", [T]>
    • MichelsonTypeTicket

Properties

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