Coda by Ian Macalinao
    Preparing search index...

    Type Alias InitializeRewardInstructionDataArgs

    type InitializeRewardInstructionDataArgs = {
        funder: Address;
        rewardDuration: number | bigint;
        rewardIndex: number;
    }
    Index
    funder: Address
    rewardDuration: number | bigint
    rewardIndex: number