Documentation
    Preparing search index...

    Interface TezosRegisterGlobalConstantOperation

    interface TezosRegisterGlobalConstantOperation {
        counter: string;
        fee: string;
        gas_limit: string;
        kind: REGISTER_GLOBAL_CONSTANT;
        source: string;
        storage_limit: string;
        value: MichelineMichelsonV1Expression;
    }

    Hierarchy (View Summary)

    Index

    Properties

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