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

    Type Alias ApiFarmsTopUpStakingPoolRewardsBody

    ApiFarmsTopUpStakingPoolRewardsBody: {
        isSponsoredTx?: boolean;
        rewards: { rewardAmount: Balance; rewardCoinType: CoinType }[];
        stakeCoinType: CoinType;
        stakingPoolId: ObjectId;
        walletAddress: SuiAddress;
    } & FarmOwnerOrOneTimeAdminCap

    Parameters for adding reward balances to existing reward coins.

    Type Declaration

    • OptionalisSponsoredTx?: boolean

      Whether to request the sponsored transaction flow.

    • rewards: { rewardAmount: Balance; rewardCoinType: CoinType }[]

      Reward top-ups to append to the transaction.

    • stakeCoinType: CoinType

      Fully qualified Move type of the staked coin.

    • stakingPoolId: ObjectId

      Staking pool object ID.

    • walletAddress: SuiAddress

      Address that supplies the reward coins and signs the transaction.