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

    Interface ApiFarmsLockBody

    Parameters for building a V2 transaction that applies a lock multiplier.

    interface ApiFarmsLockBody {
        lockDurationMs: number;
        stakeCoinType: string;
        stakedPositionId: string;
        stakingPoolId: string;
        walletAddress: string;
    }
    Index
    lockDurationMs: number

    Requested lock duration, in milliseconds.

    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.