Interface OperationContentsUpdateConsensusKey

interface OperationContentsUpdateConsensusKey {
    counter: string;
    fee: string;
    gas_limit: string;
    kind: UPDATE_CONSENSUS_KEY;
    pk: string;
    source: string;
    storage_limit: string;
}

Properties

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

Generated using TypeDoc