Coda by Ian Macalinao
    Preparing search index...

    Type Alias ParsedGovernInstruction<TProgram>

    ParsedGovernInstruction:
        | { instructionType: typeof GovernInstruction.CreateGovernor } & ParsedCreateGovernorInstruction<
            TProgram,
        >
        | { instructionType: typeof GovernInstruction.CreateProposal } & ParsedCreateProposalInstruction<
            TProgram,
        >
        | { instructionType: typeof GovernInstruction.ActivateProposal } & ParsedActivateProposalInstruction<
            TProgram,
        >
        | { instructionType: typeof GovernInstruction.CancelProposal } & ParsedCancelProposalInstruction<
            TProgram,
        >
        | { instructionType: typeof GovernInstruction.QueueProposal } & ParsedQueueProposalInstruction<
            TProgram,
        >
        | { instructionType: typeof GovernInstruction.NewVote } & ParsedNewVoteInstruction<
            TProgram,
        >
        | { instructionType: typeof GovernInstruction.SetVote } & ParsedSetVoteInstruction<
            TProgram,
        >
        | { instructionType: typeof GovernInstruction.SetGovernanceParams } & ParsedSetGovernanceParamsInstruction<
            TProgram,
        >
        | { instructionType: typeof GovernInstruction.SetElectorate } & ParsedSetElectorateInstruction<
            TProgram,
        >
        | { instructionType: typeof GovernInstruction.CreateProposalMeta } & ParsedCreateProposalMetaInstruction<
            TProgram,
        >

    Type Parameters

    • TProgram extends string = "Govz1VyoyLD5BL6CSCxUJLVLsQHRwjfFj1prNsdNg5Jw"