Coda by Ian Macalinao
    Preparing search index...

    Type Alias ParsedQuarryOperatorInstruction<TProgram>

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

    Type Parameters

    • TProgram extends string = "QoP6NfrQbaGnccXQrMLUkog2tQZ4C1RFgJcwDnT8Kmz"