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

    Type Alias FarmOwnerOrOneTimeAdminCap

    FarmOwnerOrOneTimeAdminCap:
        | { ownerCapId: ObjectId }
        | { oneTimeAdminCapId: ObjectId }

    Identifies the capability that authorizes a staking-pool administration transaction.

    Type Declaration

    • { ownerCapId: ObjectId }
      • ownerCapId: ObjectId

        Object ID of the pool owner capability.

    • { oneTimeAdminCapId: ObjectId }
      • oneTimeAdminCapId: ObjectId

        Object ID of the one-time admin capability.