Coda by Ian Macalinao
Preparing search index...
@solana-programs/tribeca
LockedVoterPluginInstructions
Type Alias LockedVoterPluginInstructions
type
LockedVoterPluginInstructions
=
{
activateProposal
:
(
input
:
ActivateProposalInput
,
)
=>
ReturnType
<
typeof
getActivateProposalInstruction
>
&
SelfPlanAndSendFunctions
;
approveProgramLockPrivilege
:
(
input
:
MakeOptional
<
ApproveProgramLockPrivilegeInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getApproveProgramLockPrivilegeInstruction
>
&
SelfPlanAndSendFunctions
;
castVote
:
(
input
:
CastVoteInput
,
)
=>
ReturnType
<
typeof
getCastVoteInstruction
>
&
SelfPlanAndSendFunctions
;
exit
:
(
input
:
MakeOptional
<
ExitInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getExitInstruction
>
&
SelfPlanAndSendFunctions
;
lock
:
(
input
:
LockInput
,
)
=>
ReturnType
<
typeof
getLockInstruction
>
&
SelfPlanAndSendFunctions
;
lockPermissionless
:
(
input
:
LockPermissionlessInput
,
)
=>
ReturnType
<
typeof
getLockPermissionlessInstruction
>
&
SelfPlanAndSendFunctions
;
lockWithWhitelist
:
(
input
:
LockWithWhitelistInput
,
)
=>
ReturnType
<
typeof
getLockWithWhitelistInstruction
>
&
SelfPlanAndSendFunctions
;
lockWithWhitelistEntry
:
(
input
:
LockWithWhitelistEntryInput
,
)
=>
ReturnType
<
typeof
getLockWithWhitelistEntryInstruction
>
&
SelfPlanAndSendFunctions
;
newEscrow
:
(
input
:
MakeOptional
<
NewEscrowInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getNewEscrowInstruction
>
&
SelfPlanAndSendFunctions
;
newLocker
:
(
input
:
MakeOptional
<
NewLockerInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getNewLockerInstruction
>
&
SelfPlanAndSendFunctions
;
revokeProgramLockPrivilege
:
(
input
:
MakeOptional
<
RevokeProgramLockPrivilegeInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getRevokeProgramLockPrivilegeInstruction
>
&
SelfPlanAndSendFunctions
;
setLockerParams
:
(
input
:
SetLockerParamsInput
,
)
=>
ReturnType
<
typeof
getSetLockerParamsInstruction
>
&
SelfPlanAndSendFunctions
;
setVoteDelegate
:
(
input
:
SetVoteDelegateInput
,
)
=>
ReturnType
<
typeof
getSetVoteDelegateInstruction
>
&
SelfPlanAndSendFunctions
;
}
Index
Properties
activate
Proposal
approve
Program
Lock
Privilege
cast
Vote
exit
lock
lock
Permissionless
lock
With
Whitelist
lock
With
Whitelist
Entry
new
Escrow
new
Locker
revoke
Program
Lock
Privilege
set
Locker
Params
set
Vote
Delegate
Properties
activate
Proposal
activateProposal
:
(
input
:
ActivateProposalInput
,
)
=>
ReturnType
<
typeof
getActivateProposalInstruction
>
&
SelfPlanAndSendFunctions
approve
Program
Lock
Privilege
approveProgramLockPrivilege
:
(
input
:
MakeOptional
<
ApproveProgramLockPrivilegeInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getApproveProgramLockPrivilegeInstruction
>
&
SelfPlanAndSendFunctions
cast
Vote
castVote
:
(
input
:
CastVoteInput
,
)
=>
ReturnType
<
typeof
getCastVoteInstruction
>
&
SelfPlanAndSendFunctions
exit
exit
:
(
input
:
MakeOptional
<
ExitInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getExitInstruction
>
&
SelfPlanAndSendFunctions
lock
lock
:
(
input
:
LockInput
,
)
=>
ReturnType
<
typeof
getLockInstruction
>
&
SelfPlanAndSendFunctions
lock
Permissionless
lockPermissionless
:
(
input
:
LockPermissionlessInput
,
)
=>
ReturnType
<
typeof
getLockPermissionlessInstruction
>
&
SelfPlanAndSendFunctions
lock
With
Whitelist
lockWithWhitelist
:
(
input
:
LockWithWhitelistInput
,
)
=>
ReturnType
<
typeof
getLockWithWhitelistInstruction
>
&
SelfPlanAndSendFunctions
lock
With
Whitelist
Entry
lockWithWhitelistEntry
:
(
input
:
LockWithWhitelistEntryInput
,
)
=>
ReturnType
<
typeof
getLockWithWhitelistEntryInstruction
>
&
SelfPlanAndSendFunctions
new
Escrow
newEscrow
:
(
input
:
MakeOptional
<
NewEscrowInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getNewEscrowInstruction
>
&
SelfPlanAndSendFunctions
new
Locker
newLocker
:
(
input
:
MakeOptional
<
NewLockerInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getNewLockerInstruction
>
&
SelfPlanAndSendFunctions
revoke
Program
Lock
Privilege
revokeProgramLockPrivilege
:
(
input
:
MakeOptional
<
RevokeProgramLockPrivilegeInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getRevokeProgramLockPrivilegeInstruction
>
&
SelfPlanAndSendFunctions
set
Locker
Params
setLockerParams
:
(
input
:
SetLockerParamsInput
,
)
=>
ReturnType
<
typeof
getSetLockerParamsInstruction
>
&
SelfPlanAndSendFunctions
set
Vote
Delegate
setVoteDelegate
:
(
input
:
SetVoteDelegateInput
,
)
=>
ReturnType
<
typeof
getSetVoteDelegateInstruction
>
&
SelfPlanAndSendFunctions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
activate
Proposal
approve
Program
Lock
Privilege
cast
Vote
exit
lock
lock
Permissionless
lock
With
Whitelist
lock
With
Whitelist
Entry
new
Escrow
new
Locker
revoke
Program
Lock
Privilege
set
Locker
Params
set
Vote
Delegate
Coda by Ian Macalinao
Loading...