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

    Interface ApiFarmsRenewLockBody

    Parameters for renewing a position's existing lock.

    interface ApiFarmsRenewLockBody {
        stakeCoinType: string;
        stakedPositionId: string;
        stakingPoolId: string;
        walletAddress: string;
    }
    Index
    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 signs the transaction.