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

    Interface ApiFarmsGrantOneTimeAdminCapBody

    Parameters for granting a one-time admin capability for one reward coin.

    interface ApiFarmsGrantOneTimeAdminCapBody {
        isSponsoredTx?: boolean;
        ownerCapId: string;
        recipientAddress: string;
        rewardCoinType: string;
        walletAddress: string;
    }
    Index
    isSponsoredTx?: boolean

    Whether to request the sponsored transaction flow.

    ownerCapId: string

    Object ID of the pool owner capability authorizing the grant.

    recipientAddress: string

    Address that receives the one-time admin capability.

    rewardCoinType: string

    Fully qualified Move type of the reward coin the recipient may initialize.

    walletAddress: string

    Address that owns ownerCapId and signs the transaction.