Interface MichelsonV1ExpressionExtended

interface MichelsonV1ExpressionExtended {
    annots?: string[];
    args?: MichelsonV1Expression[];
    prim: string;
}

Properties

Properties

annots?: string[]
prim: string

Generated using TypeDoc