Coda by Ian Macalinao
    Preparing search index...

    Type Alias ParsedQuarryOperatorInstruction<TProgram>

    ParsedQuarryOperatorInstruction:
        | { instructionType: CreateOperator } & ParsedCreateOperatorInstruction<
            TProgram,
        >
        | { instructionType: CreateOperatorV2 } & ParsedCreateOperatorV2Instruction<
            TProgram,
        >
        | { instructionType: SetAdmin } & ParsedSetAdminInstruction<TProgram>
        | { instructionType: SetRateSetter } & ParsedSetRateSetterInstruction<
            TProgram,
        >
        | { instructionType: SetQuarryCreator } & ParsedSetQuarryCreatorInstruction<
            TProgram,
        >
        | { instructionType: SetShareAllocator } & ParsedSetShareAllocatorInstruction<
            TProgram,
        >
        | { instructionType: DelegateSetAnnualRewards } & ParsedDelegateSetAnnualRewardsInstruction<
            TProgram,
        >
        | { instructionType: DelegateCreateQuarry } & ParsedDelegateCreateQuarryInstruction<
            TProgram,
        >
        | { instructionType: DelegateCreateQuarryV2 } & ParsedDelegateCreateQuarryV2Instruction<
            TProgram,
        >
        | { instructionType: DelegateSetRewardsShare } & ParsedDelegateSetRewardsShareInstruction<
            TProgram,
        >
        | { instructionType: DelegateSetFamine } & ParsedDelegateSetFamineInstruction<
            TProgram,
        >

    Type Parameters

    • TProgram extends string = "QoP6NfrQbaGnccXQrMLUkog2tQZ4C1RFgJcwDnT8Kmz"