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

    Interface StakingPoolOneTimeAdminCapObject

    A one-time admin capability for a staking pool. The capability can authorize the one-time reward initialization flow before it is consumed on chain.

    interface StakingPoolOneTimeAdminCapObject {
        objectId: string;
        objectType: string;
        stakingPoolId: string;
    }

    Hierarchy (View Summary)

    • Object
      • StakingPoolOneTimeAdminCapObject
    Index
    objectId: string

    The on-chain object ID.

    objectType: string

    The Move type of the object.

    stakingPoolId: string

    The object ID of the staking pool associated with this capability.