Coda by Ian Macalinao
    Preparing search index...

    Type Alias RewardUserOnceInstructionDataArgs

    type RewardUserOnceInstructionDataArgs = {
        amount: number | bigint;
        rewardIndex: number | bigint;
    }
    Index
    amount: number | bigint
    rewardIndex: number | bigint