Coda by Ian Macalinao
    Preparing search index...

    Type Alias ParsedLockedVoterInstruction<TProgram>

    ParsedLockedVoterInstruction:
        | { instructionType: typeof LockedVoterInstruction.NewLocker } & ParsedNewLockerInstruction<
            TProgram,
        >
        | { instructionType: typeof LockedVoterInstruction.NewEscrow } & ParsedNewEscrowInstruction<
            TProgram,
        >
        | { instructionType: typeof LockedVoterInstruction.Lock } & ParsedLockInstruction<
            TProgram,
        >
        | { instructionType: typeof LockedVoterInstruction.LockWithWhitelist } & ParsedLockWithWhitelistInstruction<
            TProgram,
        >
        | { instructionType: typeof LockedVoterInstruction.LockWithWhitelistEntry } & ParsedLockWithWhitelistEntryInstruction<
            TProgram,
        >
        | { instructionType: typeof LockedVoterInstruction.LockPermissionless } & ParsedLockPermissionlessInstruction<
            TProgram,
        >
        | { instructionType: typeof LockedVoterInstruction.Exit } & ParsedExitInstruction<
            TProgram,
        >
        | { instructionType: typeof LockedVoterInstruction.ActivateProposal } & ParsedActivateProposalInstruction<
            TProgram,
        >
        | { instructionType: typeof LockedVoterInstruction.CastVote } & ParsedCastVoteInstruction<
            TProgram,
        >
        | { instructionType: typeof LockedVoterInstruction.SetVoteDelegate } & ParsedSetVoteDelegateInstruction<
            TProgram,
        >
        | { instructionType: typeof LockedVoterInstruction.SetLockerParams } & ParsedSetLockerParamsInstruction<
            TProgram,
        >
        | {
            instructionType: typeof LockedVoterInstruction.ApproveProgramLockPrivilege;
        } & ParsedApproveProgramLockPrivilegeInstruction<TProgram>
        | {
            instructionType: typeof LockedVoterInstruction.RevokeProgramLockPrivilege;
        } & ParsedRevokeProgramLockPrivilegeInstruction<TProgram>

    Type Parameters

    • TProgram extends string = "LocktDzaV1W2Bm9DeZeiyz4J9zs4fRqNiYqQyracRXw"