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

    Inputs for building a transaction that unstakes a SuiFren position.

    interface ApiUnstakeSuiFrenBody {
        stakedPositionId: string;
        suiFrenType: string;
        walletAddress: string;
    }
    Index
    stakedPositionId: string

    ID of the owned staked-position object.

    suiFrenType: string

    Generic Move type argument for the underlying SuiFren.

    walletAddress: string

    Transaction sender and position owner.