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

    Interface RewardsClaimableReward

    A single claimable reward entry.

    interface RewardsClaimableReward {
        amount: bigint;
        coinType: string;
    }
    Index
    amount: bigint

    Claimable amount in base units.

    coinType: string

    Full Sui coin type (e.g., "0x2::sui::SUI").