Coda by Ian Macalinao
    Preparing search index...

    Type Alias NewRewarderEventArgs

    type NewRewarderEventArgs = {
        authority: Address;
        timestamp: number | bigint;
    }
    Index
    authority: Address
    timestamp: number | bigint