Coda by Ian Macalinao
Preparing search index...
@solana-programs/tribeca
LockedVoterPluginAccounts
Type Alias LockedVoterPluginAccounts
type
LockedVoterPluginAccounts
=
{
escrow
:
ReturnType
<
typeof
getEscrowCodec
>
&
SelfFetchFunctions
<
EscrowArgs
,
Escrow
,
>
;
locker
:
ReturnType
<
typeof
getLockerCodec
>
&
SelfFetchFunctions
<
LockerArgs
,
Locker
,
>
;
lockerWhitelistEntry
:
ReturnType
<
typeof
getLockerWhitelistEntryCodec
>
&
SelfFetchFunctions
<
LockerWhitelistEntryArgs
,
LockerWhitelistEntry
,
>
;
}
Index
Properties
escrow
locker
locker
Whitelist
Entry
Properties
escrow
escrow
:
ReturnType
<
typeof
getEscrowCodec
>
&
SelfFetchFunctions
<
EscrowArgs
,
Escrow
,
>
locker
locker
:
ReturnType
<
typeof
getLockerCodec
>
&
SelfFetchFunctions
<
LockerArgs
,
Locker
,
>
locker
Whitelist
Entry
lockerWhitelistEntry
:
ReturnType
<
typeof
getLockerWhitelistEntryCodec
>
&
SelfFetchFunctions
<
LockerWhitelistEntryArgs
,
LockerWhitelistEntry
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
escrow
locker
locker
Whitelist
Entry
Coda by Ian Macalinao
Loading...