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

    Type Alias AfSuiRouterPoolObject

    AfSuiRouterPoolObject: StakedSuiVaultStateObject & {
        afSuiCoinType: CoinType;
        afSuiToSuiExchangeRate: number;
        aftermathValidatorAddress: SuiAddress;
    }

    Router-pool view of the afSUI vault.

    Inherits vault reserves, fee configuration, balances, and active epoch from StakedSuiVaultStateObject. The exchange rate is a decimal SUI-per-afSUI ratio, while inherited balances remain raw token units.

    Type Declaration

    • afSuiCoinType: CoinType

      Fully qualified Move coin type for afSUI, such as 0x<package>::afsui::AFSUI.

    • afSuiToSuiExchangeRate: number

      Current exchange rate expressed as SUI represented by 1 afSUI.

    • aftermathValidatorAddress: SuiAddress

      Configured Aftermath validator address.