Taquito TypeDocs
    Preparing search index...

    Interface RPCRegisterGlobalConstantOperation

    RPC register global constant operation

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

    Properties

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