Coda by Ian Macalinao
    Preparing search index...

    Type Alias UpdateRewardFunderInstructionDataArgs

    type UpdateRewardFunderInstructionDataArgs = {
        newFunder: Address;
        rewardIndex: number;
    }
    Index
    newFunder: Address
    rewardIndex: number