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

    A staked SuiFren together with its vault metadata and optional position.

    interface StakedSuiFrenInfo {
        metadata: StakedSuiFrenMetadataV1Object;
        position?: StakedSuiFrenPositionObject;
        suiFren: SuiFrenObject;
    }
    Index

    Vault metadata that stores stake fees and mix settings.

    Owned staked-position object, when the caller fetched owned positions.

    suiFren: SuiFrenObject

    Complete SuiFren data associated with the stake.