Documentation
    Preparing search index...

    Type Alias CollectRewardV2InstructionDataArgs

    type CollectRewardV2InstructionDataArgs = {
        remainingAccountsInfo: OptionOrNullable<RemainingAccountsInfoArgs>;
        rewardIndex: number;
    }
    Index

    Properties

    remainingAccountsInfo: OptionOrNullable<RemainingAccountsInfoArgs>
    rewardIndex: number