Coda by Ian Macalinao
    Preparing search index...

    Type Alias QuarryRewardsUpdateEvent

    type QuarryRewardsUpdateEvent = {
        annualRewardsRate: bigint;
        rewardsShare: bigint;
        timestamp: bigint;
        tokenMint: Address;
    }
    Index
    annualRewardsRate: bigint
    rewardsShare: bigint
    timestamp: bigint
    tokenMint: Address