Coda by Ian Macalinao
Preparing search index...
@solana-programs/voter-stake-registry
VoterStakeRegistryPluginInstructions
Type Alias VoterStakeRegistryPluginInstructions
type
VoterStakeRegistryPluginInstructions
=
{
clawback
:
(
input
:
ClawbackInput
,
)
=>
ReturnType
<
typeof
getClawbackInstruction
>
&
SelfPlanAndSendFunctions
;
closeDepositEntry
:
(
input
:
CloseDepositEntryInput
,
)
=>
ReturnType
<
typeof
getCloseDepositEntryInstruction
>
&
SelfPlanAndSendFunctions
;
closeVoter
:
(
input
:
CloseVoterInput
,
)
=>
ReturnType
<
typeof
getCloseVoterInstruction
>
&
SelfPlanAndSendFunctions
;
configureVotingMint
:
(
input
:
ConfigureVotingMintInput
,
)
=>
ReturnType
<
typeof
getConfigureVotingMintInstruction
>
&
SelfPlanAndSendFunctions
;
createDepositEntry
:
(
input
:
MakeOptional
<
CreateDepositEntryInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateDepositEntryInstruction
>
&
SelfPlanAndSendFunctions
;
createRegistrar
:
(
input
:
MakeOptional
<
CreateRegistrarInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateRegistrarInstruction
>
&
SelfPlanAndSendFunctions
;
createVoter
:
(
input
:
MakeOptional
<
CreateVoterAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateVoterInstructionAsync
>
&
SelfPlanAndSendFunctions
;
deposit
:
(
input
:
DepositInput
,
)
=>
ReturnType
<
typeof
getDepositInstruction
>
&
SelfPlanAndSendFunctions
;
grant
:
(
input
:
MakeOptional
<
GrantInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getGrantInstruction
>
&
SelfPlanAndSendFunctions
;
internalTransferLocked
:
(
input
:
InternalTransferLockedInput
,
)
=>
ReturnType
<
typeof
getInternalTransferLockedInstruction
>
&
SelfPlanAndSendFunctions
;
internalTransferUnlocked
:
(
input
:
InternalTransferUnlockedInput
,
)
=>
ReturnType
<
typeof
getInternalTransferUnlockedInstruction
>
&
SelfPlanAndSendFunctions
;
logVoterInfo
:
(
input
:
LogVoterInfoInput
,
)
=>
ReturnType
<
typeof
getLogVoterInfoInstruction
>
&
SelfPlanAndSendFunctions
;
resetLockup
:
(
input
:
ResetLockupInput
,
)
=>
ReturnType
<
typeof
getResetLockupInstruction
>
&
SelfPlanAndSendFunctions
;
setTimeOffset
:
(
input
:
SetTimeOffsetInput
,
)
=>
ReturnType
<
typeof
getSetTimeOffsetInstruction
>
&
SelfPlanAndSendFunctions
;
updateMaxVoteWeight
:
(
input
:
UpdateMaxVoteWeightInput
,
)
=>
ReturnType
<
typeof
getUpdateMaxVoteWeightInstruction
>
&
SelfPlanAndSendFunctions
;
updateVoterWeightRecord
:
(
input
:
UpdateVoterWeightRecordInput
,
)
=>
ReturnType
<
typeof
getUpdateVoterWeightRecordInstruction
>
&
SelfPlanAndSendFunctions
;
withdraw
:
(
input
:
WithdrawInput
,
)
=>
ReturnType
<
typeof
getWithdrawInstruction
>
&
SelfPlanAndSendFunctions
;
}
Index
Properties
clawback
close
Deposit
Entry
close
Voter
configure
Voting
Mint
create
Deposit
Entry
create
Registrar
create
Voter
deposit
grant
internal
Transfer
Locked
internal
Transfer
Unlocked
log
Voter
Info
reset
Lockup
set
Time
Offset
update
Max
Vote
Weight
update
Voter
Weight
Record
withdraw
Properties
clawback
clawback
:
(
input
:
ClawbackInput
,
)
=>
ReturnType
<
typeof
getClawbackInstruction
>
&
SelfPlanAndSendFunctions
close
Deposit
Entry
closeDepositEntry
:
(
input
:
CloseDepositEntryInput
,
)
=>
ReturnType
<
typeof
getCloseDepositEntryInstruction
>
&
SelfPlanAndSendFunctions
close
Voter
closeVoter
:
(
input
:
CloseVoterInput
,
)
=>
ReturnType
<
typeof
getCloseVoterInstruction
>
&
SelfPlanAndSendFunctions
configure
Voting
Mint
configureVotingMint
:
(
input
:
ConfigureVotingMintInput
,
)
=>
ReturnType
<
typeof
getConfigureVotingMintInstruction
>
&
SelfPlanAndSendFunctions
create
Deposit
Entry
createDepositEntry
:
(
input
:
MakeOptional
<
CreateDepositEntryInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateDepositEntryInstruction
>
&
SelfPlanAndSendFunctions
create
Registrar
createRegistrar
:
(
input
:
MakeOptional
<
CreateRegistrarInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateRegistrarInstruction
>
&
SelfPlanAndSendFunctions
create
Voter
createVoter
:
(
input
:
MakeOptional
<
CreateVoterAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateVoterInstructionAsync
>
&
SelfPlanAndSendFunctions
deposit
deposit
:
(
input
:
DepositInput
,
)
=>
ReturnType
<
typeof
getDepositInstruction
>
&
SelfPlanAndSendFunctions
grant
grant
:
(
input
:
MakeOptional
<
GrantInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getGrantInstruction
>
&
SelfPlanAndSendFunctions
internal
Transfer
Locked
internalTransferLocked
:
(
input
:
InternalTransferLockedInput
,
)
=>
ReturnType
<
typeof
getInternalTransferLockedInstruction
>
&
SelfPlanAndSendFunctions
internal
Transfer
Unlocked
internalTransferUnlocked
:
(
input
:
InternalTransferUnlockedInput
,
)
=>
ReturnType
<
typeof
getInternalTransferUnlockedInstruction
>
&
SelfPlanAndSendFunctions
log
Voter
Info
logVoterInfo
:
(
input
:
LogVoterInfoInput
,
)
=>
ReturnType
<
typeof
getLogVoterInfoInstruction
>
&
SelfPlanAndSendFunctions
reset
Lockup
resetLockup
:
(
input
:
ResetLockupInput
,
)
=>
ReturnType
<
typeof
getResetLockupInstruction
>
&
SelfPlanAndSendFunctions
set
Time
Offset
setTimeOffset
:
(
input
:
SetTimeOffsetInput
,
)
=>
ReturnType
<
typeof
getSetTimeOffsetInstruction
>
&
SelfPlanAndSendFunctions
update
Max
Vote
Weight
updateMaxVoteWeight
:
(
input
:
UpdateMaxVoteWeightInput
,
)
=>
ReturnType
<
typeof
getUpdateMaxVoteWeightInstruction
>
&
SelfPlanAndSendFunctions
update
Voter
Weight
Record
updateVoterWeightRecord
:
(
input
:
UpdateVoterWeightRecordInput
,
)
=>
ReturnType
<
typeof
getUpdateVoterWeightRecordInstruction
>
&
SelfPlanAndSendFunctions
withdraw
withdraw
:
(
input
:
WithdrawInput
,
)
=>
ReturnType
<
typeof
getWithdrawInstruction
>
&
SelfPlanAndSendFunctions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
clawback
close
Deposit
Entry
close
Voter
configure
Voting
Mint
create
Deposit
Entry
create
Registrar
create
Voter
deposit
grant
internal
Transfer
Locked
internal
Transfer
Unlocked
log
Voter
Info
reset
Lockup
set
Time
Offset
update
Max
Vote
Weight
update
Voter
Weight
Record
withdraw
Coda by Ian Macalinao
Loading...