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

    Inputs for building a transaction that stakes a SuiFren.

    interface ApiStakeSuiFrenBody {
        baseFee: bigint;
        feeIncrementPerMix: bigint;
        minRemainingMixesToKeep: bigint;
        suiFrenId: string;
        suiFrenType: string;
        walletAddress: string;
    }
    Index
    baseFee: bigint

    Initial stake fee in the payment coin's smallest unit.

    feeIncrementPerMix: bigint

    Fee increment per mix in the payment coin's smallest unit.

    minRemainingMixesToKeep: bigint

    Minimum mix count to keep, encoded by the Move call as u8.

    suiFrenId: string

    ID of the SuiFren object to stake.

    suiFrenType: string

    Generic Move type argument for the SuiFren object.

    walletAddress: string

    Transaction sender and owner expected to supply the SuiFren.