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

Type Parameters

Hierarchy

  • TypeX<"or", T>
    • MichelsonTypeOr

Properties

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