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

    Current CapyLabs application configuration and accounting object.

    interface CapyLabsAppObject {
        coolDownPeriodEpochs: bigint;
        mixingLimit: bigint;
        mixingPrice: bigint;
        objectId: string;
        objectType: string;
        suiProfits: bigint;
    }

    Hierarchy (View Summary)

    Index
    coolDownPeriodEpochs: bigint

    Number of Sui epochs in the application's mixing cooldown period.

    mixingLimit: bigint

    Maximum mix count stored by the application, as a bigint.

    mixingPrice: bigint

    Mixing price in the configured payment coin's smallest unit.

    objectId: string

    The on-chain object ID.

    objectType: string

    The Move type of the object.

    suiProfits: bigint

    Accumulated SUI profits in the payment coin's smallest unit.