Coda by Ian Macalinao
    Preparing search index...

    Interface QuarryRewardsUpdateEvent

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

    Properties

    annualRewardsRate: bigint
    rewardsShare: bigint
    timestamp: bigint
    tokenMint: Address