Interface MichelsonV1ExpressionBase

interface MichelsonV1ExpressionBase {
    bytes?: string;
    int?: string;
    string?: string;
}

Properties

Properties

bytes?: string
int?: string
string?: string

Generated using TypeDoc