aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface ValidatorOperationCapObject

    Normalized validator operation-cap object returned for a wallet.

    The cap authorizes permissioned validator operations, including validator-fee updates when its authorizer address matches the target validator.

    interface ValidatorOperationCapObject {
        authorizerValidatorAddress: string;
        objectId: string;
        objectType: string;
    }

    Hierarchy (View Summary)

    • Object
      • ValidatorOperationCapObject
    Index
    authorizerValidatorAddress: string

    Validator address authorized by this operation cap.

    objectId: string

    The on-chain object ID.

    objectType: string

    The Move type of the object.