Documentation
    Preparing search index...

    Interface TezosUpdateConsensusKeyOperation

    interface TezosUpdateConsensusKeyOperation {
        counter: string;
        fee: string;
        gas_limit: string;
        kind: UPDATE_CONSENSUS_KEY;
        pk: string;
        proof?: string;
        source: string;
        storage_limit: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    counter: string
    fee: string
    gas_limit: string
    pk: string
    proof?: string
    source: string
    storage_limit: string