Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-voter-stake-registry
ClawbackInput
Interface ClawbackInput<TAccountRegistrar, TAccountRealmAuthority, TAccountVoter, TAccountVault, TAccountDestination, TAccountTokenProgram>
interface
ClawbackInput
<
TAccountRegistrar
extends
string
=
string
,
TAccountRealmAuthority
extends
string
=
string
,
TAccountVoter
extends
string
=
string
,
TAccountVault
extends
string
=
string
,
TAccountDestination
extends
string
=
string
,
TAccountTokenProgram
extends
string
=
string
,
>
{
depositEntryIndex
:
number
;
destination
:
Address
<
TAccountDestination
>
;
realmAuthority
:
TransactionSigner
<
TAccountRealmAuthority
>
;
registrar
:
Address
<
TAccountRegistrar
>
;
tokenProgram
?:
Address
<
TAccountTokenProgram
>
;
vault
:
Address
<
TAccountVault
>
;
voter
:
Address
<
TAccountVoter
>
;
}
Type Parameters
TAccountRegistrar
extends
string
=
string
TAccountRealmAuthority
extends
string
=
string
TAccountVoter
extends
string
=
string
TAccountVault
extends
string
=
string
TAccountDestination
extends
string
=
string
TAccountTokenProgram
extends
string
=
string
Index
Properties
deposit
Entry
Index
destination
realm
Authority
registrar
token
Program?
vault
voter
Properties
deposit
Entry
Index
depositEntryIndex
:
number
destination
destination
:
Address
<
TAccountDestination
>
realm
Authority
realmAuthority
:
TransactionSigner
<
TAccountRealmAuthority
>
registrar
registrar
:
Address
<
TAccountRegistrar
>
Optional
token
Program
tokenProgram
?:
Address
<
TAccountTokenProgram
>
vault
vault
:
Address
<
TAccountVault
>
voter
voter
:
Address
<
TAccountVoter
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
deposit
Entry
Index
destination
realm
Authority
registrar
token
Program
vault
voter
Coda by Ian Macalinao
Loading...