Coda by Ian Macalinao
    Preparing search index...

    Type Alias ParsedQuarryMergeMineInstruction<TProgram>

    ParsedQuarryMergeMineInstruction:
        | { instructionType: typeof QuarryMergeMineInstruction.NewPool } & ParsedNewPoolInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMergeMineInstruction.NewPoolV2 } & ParsedNewPoolV2Instruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMergeMineInstruction.InitMergeMiner } & ParsedInitMergeMinerInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMergeMineInstruction.InitMergeMinerV2 } & ParsedInitMergeMinerV2Instruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMergeMineInstruction.InitMinerMM } & ParsedInitMinerMMInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMergeMineInstruction.InitMinerMMV2 } & ParsedInitMinerMMV2Instruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMergeMineInstruction.StakePrimaryMiner } & ParsedStakePrimaryMinerInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMergeMineInstruction.StakeReplicaMiner } & ParsedStakeReplicaMinerInstruction<
            TProgram,
        >
        | {
            instructionType: typeof QuarryMergeMineInstruction.UnstakePrimaryMiner;
        } & ParsedUnstakePrimaryMinerInstruction<TProgram>
        | {
            instructionType: typeof QuarryMergeMineInstruction.UnstakeAllReplicaMiner;
        } & ParsedUnstakeAllReplicaMinerInstruction<TProgram>
        | { instructionType: typeof QuarryMergeMineInstruction.WithdrawTokensMM } & ParsedWithdrawTokensMMInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMergeMineInstruction.RescueTokensMM } & ParsedRescueTokensMMInstruction<
            TProgram,
        >
        | { instructionType: typeof QuarryMergeMineInstruction.ClaimRewardsMM } & ParsedClaimRewardsMMInstruction<
            TProgram,
        >

    Type Parameters

    • TProgram extends string = "QMMD16kjauP5knBwxNUJRZ1Z5o3deBuFrqVjBVmmqto"