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

    Interface ApiFarmsDepositPrincipalBody

    Parameters for adding principal to an existing staked position.

    interface ApiFarmsDepositPrincipalBody {
        depositAmount: bigint;
        isSponsoredTx?: boolean;
        stakeCoinType: string;
        stakedPositionId: string;
        stakingPoolId: string;
        walletAddress: string;
    }
    Index
    depositAmount: bigint

    Additional principal, in the stake coin's base units.

    isSponsoredTx?: boolean

    Whether to request the sponsored transaction flow.

    stakeCoinType: string

    Fully qualified Move type of the staked coin.

    stakedPositionId: string

    Staked-position object ID.

    stakingPoolId: string

    Staking pool object ID that owns the position.

    walletAddress: string

    Address that supplies the coin and signs the transaction.