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

    Gas-pool details returned for a wallet.

    interface ApiGasPoolResponse {
        balance: bigint;
        gasPoolId: string | undefined;
        walletAddress: string;
        whitelistedAddresses: string[];
    }
    Index
    balance: bigint

    Current gas-pool balance as a bigint.

    gasPoolId: string | undefined

    Gas-pool object ID, or undefined when the wallet has no pool.

    walletAddress: string

    Wallet used for the gas-pool query.

    whitelistedAddresses: string[]

    Wallets currently allowed to use the gas pool.