Coda by Ian Macalinao
    Preparing search index...
    interface ClaimEvent {
        amount: bigint;
        authority: Address;
        fees: bigint;
        rewardsToken: Address;
        stakedToken: Address;
        timestamp: bigint;
    }
    Index

    Properties

    amount: bigint
    authority: Address
    fees: bigint
    rewardsToken: Address
    stakedToken: Address
    timestamp: bigint