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

    Raw Move fields in a version-1 stakedSui vault state object.

    interface StakedSuiVaultStateV1FieldsOnChain {
        active_epoch: string;
        afsui_bin: string;
        atomic_unstake_sui_reserves: string;
        crank_incentive_reward_pool: string;
        epoch_was_changed_state: MoveStructOnChain<
            EpochWasChangedStateFieldsOnChain,
        >;
        protocol_config: MoveStructOnChain<
            StakedSuiVaultProtocolConfigFieldsOnChain,
        >;
        sui_reserves: string;
        total_rewards_amount: string;
        total_sui_amount: string;
    }
    Index
    active_epoch: string

    Current protocol epoch as a decimal string.

    afsui_bin: string

    afSUI accounting-bin value as a raw decimal string.

    atomic_unstake_sui_reserves: string

    Current atomic-unstake SUI reserve in raw units.

    crank_incentive_reward_pool: string

    Accumulated crank incentive reward pool as a raw protocol integer.

    Epoch-processing flags and counters.

    Nested protocol configuration.

    sui_reserves: string

    SUI reserve held by the vault, as a raw decimal string.

    total_rewards_amount: string

    Total accumulated SUI rewards, as a raw decimal string.

    total_sui_amount: string

    Total SUI amount tracked by the vault, as a raw decimal string.