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

    Interface StakingPoolOwnerCapObject

    An owner capability that authorizes administrative mutations for one staking pool, such as changing emissions or minimum amounts.

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

    Hierarchy (View Summary)

    • Object
      • StakingPoolOwnerCapObject
    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 controlled by this capability.