Taquito TypeDocs
    Preparing search index...

    Interface UpdateConsensusKeyParams

    interface UpdateConsensusKeyParams {
        fee?: number;
        gasLimit?: number;
        pk: string;
        proof?: string;
        source?: string;
        storageLimit?: number;
    }
    Index

    Properties

    fee?: number

    Fee in mutez.

    gasLimit?: number

    Gas limit.

    pk: string

    New consensus public key.

    proof?: string

    BLS proof-of-possession for pk.

    Required when pk is a BLS (tz4) key, otherwise validation fails with validate.operation.missing_bls_proof. Invalid proofs fail with validate.operation.incorrect_bls_proof. Must be omitted for non-BLS keys.

    source?: string

    Operation source. Defaults to the active signer pkh.

    storageLimit?: number

    Storage limit.