Taquito TypeDocs
    Preparing search index...

    Interface UpdateCompanionKeyParams

    interface UpdateCompanionKeyParams {
        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 companion public key (BLS).

    proof?: string

    BLS proof-of-possession for the companion key.

    Companion keys must be tz4; non-BLS keys fail with validate.operation.update_companion_key_not_tz4. Missing proof fails with validate.operation.missing_bls_proof and invalid proof fails with validate.operation.incorrect_bls_proof.

    source?: string

    Operation source. Defaults to the active signer pkh.

    storageLimit?: number

    Storage limit.