Coda by Ian Macalinao
    Preparing search index...

    Type Alias ParsedQuarryMineInstruction<TProgram>

    ParsedQuarryMineInstruction:
        | { instructionType: typeof QuarryMineInstruction.NewRewarder } & ParsedNewRewarderInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMineInstruction.NewRewarderV2 } & ParsedNewRewarderV2Instruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMineInstruction.SetPauseAuthority } & ParsedSetPauseAuthorityInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMineInstruction.Pause } & ParsedPauseInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMineInstruction.Unpause } & ParsedUnpauseInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMineInstruction.TransferAuthority } & ParsedTransferAuthorityInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMineInstruction.AcceptAuthority } & ParsedAcceptAuthorityInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMineInstruction.SetAnnualRewards } & ParsedSetAnnualRewardsInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMineInstruction.CreateQuarry } & ParsedCreateQuarryInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMineInstruction.CreateQuarryV2 } & ParsedCreateQuarryV2Instruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMineInstruction.SetRewardsShare } & ParsedSetRewardsShareInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMineInstruction.SetFamine } & ParsedSetFamineInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMineInstruction.UpdateQuarryRewards } & ParsedUpdateQuarryRewardsInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMineInstruction.CreateMiner } & ParsedCreateMinerInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMineInstruction.CreateMinerV2 } & ParsedCreateMinerV2Instruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMineInstruction.ClaimRewards } & ParsedClaimRewardsInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMineInstruction.ClaimRewardsV2 } & ParsedClaimRewardsV2Instruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMineInstruction.StakeTokens } & ParsedStakeTokensInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMineInstruction.WithdrawTokens } & ParsedWithdrawTokensInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMineInstruction.RescueTokens } & ParsedRescueTokensInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMineInstruction.ExtractFees } & ParsedExtractFeesInstruction<
            TProgram,
        >

    Type Parameters

    • TProgram extends string = "QMNeHCGYnLVDn1icRAfQZpjPLBNkfGbSKRB83G5d8KB"