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

    Interface StakedSuiFrenMetadataV1Object

    Vault metadata for one staked SuiFren.

    interface StakedSuiFrenMetadataV1Object {
        autoStakeFees: boolean;
        collectedFees: bigint;
        feeIncrementPerMix: bigint;
        minRemainingMixesToKeep: bigint;
        mixFee: bigint;
        objectId: string;
        objectType: string;
        suiFrenId: string;
    }

    Hierarchy (View Summary)

    • Object
      • StakedSuiFrenMetadataV1Object
    Index
    autoStakeFees: boolean

    Whether harvested fees are automatically staked.

    collectedFees: bigint

    Fees collected for this position, in the payment coin's smallest unit.

    feeIncrementPerMix: bigint

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

    minRemainingMixesToKeep: bigint

    Minimum remaining mix count to keep when the SuiFren is staked.

    mixFee: bigint

    Current per-mix fee, in the payment coin's smallest unit.

    objectId: string

    The on-chain object ID.

    objectType: string

    The Move type of the object.

    suiFrenId: string

    ID of the staked SuiFren.