Interface MichelsonTypeList<T>

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

Type Parameters

Hierarchy

  • TypeX<"list", [T]>
    • MichelsonTypeList

Properties

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