Interface RPCRegisterGlobalConstantOperation

Description

RPC register global constant operation

interface RPCRegisterGlobalConstantOperation {
    fee: number;
    gas_limit: number;
    kind: REGISTER_GLOBAL_CONSTANT;
    source: string;
    storage_limit: number;
    value: MichelsonV1Expression;
}

Properties

fee: number
gas_limit: number
kind: REGISTER_GLOBAL_CONSTANT
source: string
storage_limit: number
value: MichelsonV1Expression

Generated using TypeDoc