Interface OperationContentsAndResultRegisterGlobalConstant

interface OperationContentsAndResultRegisterGlobalConstant {
    counter: string;
    fee: string;
    gas_limit: string;
    kind: REGISTER_GLOBAL_CONSTANT;
    metadata: OperationContentsAndResultMetadataRegisterGlobalConstant;
    source: string;
    storage_limit: string;
    value: MichelsonV1Expression;
}

Properties

counter: string
fee: string
gas_limit: string
source: string
storage_limit: string

Generated using TypeDoc