Type alias MichelineMichelsonV1Expression

MichelineMichelsonV1Expression: {
    int: string;
} | {
    string: string;
} | {
    bytes: string;
} | MichelineMichelsonV1Expression[] | {
    annots?: string[];
    args?: MichelineMichelsonV1Expression[];
    prim: MichelsonPrimitives;
}

Type declaration

  • int: string

Type declaration

  • string: string

Type declaration

  • bytes: string

Type declaration

Internalapi

Generated using TypeDoc