Coda by Ian Macalinao
    Preparing search index...

    Type Alias ParsedVoterStakeRegistryInstruction<TProgram>

    ParsedVoterStakeRegistryInstruction:
        | { instructionType: CreateRegistrar } & ParsedCreateRegistrarInstruction<
            TProgram,
        >
        | { instructionType: ConfigureVotingMint } & ParsedConfigureVotingMintInstruction<
            TProgram,
        >
        | { instructionType: CreateVoter } & ParsedCreateVoterInstruction<TProgram>
        | { instructionType: CreateDepositEntry } & ParsedCreateDepositEntryInstruction<
            TProgram,
        >
        | { instructionType: Deposit } & ParsedDepositInstruction<TProgram>
        | { instructionType: Withdraw } & ParsedWithdrawInstruction<TProgram>
        | { instructionType: Grant } & ParsedGrantInstruction<TProgram>
        | { instructionType: Clawback } & ParsedClawbackInstruction<TProgram>
        | { instructionType: CloseDepositEntry } & ParsedCloseDepositEntryInstruction<
            TProgram,
        >
        | { instructionType: ResetLockup } & ParsedResetLockupInstruction<TProgram>
        | { instructionType: InternalTransferLocked } & ParsedInternalTransferLockedInstruction<
            TProgram,
        >
        | { instructionType: InternalTransferUnlocked } & ParsedInternalTransferUnlockedInstruction<
            TProgram,
        >
        | { instructionType: UpdateVoterWeightRecord } & ParsedUpdateVoterWeightRecordInstruction<
            TProgram,
        >
        | { instructionType: UpdateMaxVoteWeight } & ParsedUpdateMaxVoteWeightInstruction<
            TProgram,
        >
        | { instructionType: CloseVoter } & ParsedCloseVoterInstruction<TProgram>
        | { instructionType: LogVoterInfo } & ParsedLogVoterInfoInstruction<
            TProgram,
        >
        | { instructionType: SetTimeOffset } & ParsedSetTimeOffsetInstruction<
            TProgram,
        >

    Type Parameters

    • TProgram extends string = "vsr2nfGVNHmSY8uxoBGqq8AQbwz3JwaEaHqGbsTPXqQ"