Coda by Ian Macalinao
    Preparing search index...

    Type Alias ParsedGovernInstruction<TProgram>

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

    Type Parameters

    • TProgram extends string = "Govz1VyoyLD5BL6CSCxUJLVLsQHRwjfFj1prNsdNg5Jw"