Interface MichelsonTypeSaplingState<S>

interface MichelsonTypeSaplingState<S> {
    [sourceReference]?: SourceReference;
    annots?: string[];
    args: [IntLiteral<S>];
    prim: "sapling_state";
}

Type Parameters

  • S extends string = string

Hierarchy

  • TypeX<"sapling_state", [IntLiteral<S>]>
    • MichelsonTypeSaplingState

Properties

[sourceReference]?: SourceReference
annots?: string[]
args: [IntLiteral<S>]
prim: "sapling_state"