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

    Interface SuiFrenVaultStateV1Object

    Aggregate state stored by the SuiFrens vault.

    interface SuiFrenVaultStateV1Object {
        objectId: string;
        objectType: string;
        stakedSuiFrens: bigint;
        totalMixes: bigint;
    }

    Hierarchy (View Summary)

    • Object
      • SuiFrenVaultStateV1Object
    Index
    objectId: string

    The on-chain object ID.

    objectType: string

    The Move type of the object.

    stakedSuiFrens: bigint

    Current number of staked SuiFrens.

    totalMixes: bigint

    Total number of mixes recorded by the vault.