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

    Aggregate SuiFrens statistics returned by the stats endpoint.

    interface SuiFrenStats {
        currentTotalStaked: bigint;
        mixingFees24hr: bigint;
        mixingVolume24hr: number;
        totalMixes: bigint;
    }
    Index
    currentTotalStaked: bigint

    Current number of staked SuiFrens.

    mixingFees24hr: bigint

    Sum of mix fees during the last 24 hours, in smallest units.

    mixingVolume24hr: number

    Number of mix events during the last 24 hours.

    totalMixes: bigint

    Total number of mixes recorded by the vault.