Documentation
    Preparing search index...

    Type Alias HistoryClaimedReward

    Historical record of claimed rewards

    type HistoryClaimedReward = {
        amount: string;
        coinType: string;
        pool: string;
        sender: string;
        timestamp: string;
        tokenPrice: number;
    }
    Index

    Properties

    amount: string

    Amount claimed

    coinType: string

    Coin type of the reward

    pool: string

    Pool identifier

    sender: string

    User address who claimed

    timestamp: string

    Timestamp of claim

    tokenPrice: number

    Token price at time of claim