Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-voter-stake-registry
CloseVoterInput
Interface CloseVoterInput<TAccountRegistrar, TAccountVoter, TAccountVoterAuthority, TAccountSolDestination, TAccountTokenProgram>
interface
CloseVoterInput
<
TAccountRegistrar
extends
string
=
string
,
TAccountVoter
extends
string
=
string
,
TAccountVoterAuthority
extends
string
=
string
,
TAccountSolDestination
extends
string
=
string
,
TAccountTokenProgram
extends
string
=
string
,
>
{
registrar
:
Address
<
TAccountRegistrar
>
;
solDestination
:
Address
<
TAccountSolDestination
>
;
tokenProgram
?:
Address
<
TAccountTokenProgram
>
;
voter
:
Address
<
TAccountVoter
>
;
voterAuthority
:
TransactionSigner
<
TAccountVoterAuthority
>
;
}
Type Parameters
TAccountRegistrar
extends
string
=
string
TAccountVoter
extends
string
=
string
TAccountVoterAuthority
extends
string
=
string
TAccountSolDestination
extends
string
=
string
TAccountTokenProgram
extends
string
=
string
Index
Properties
registrar
sol
Destination
token
Program?
voter
voter
Authority
Properties
registrar
registrar
:
Address
<
TAccountRegistrar
>
sol
Destination
solDestination
:
Address
<
TAccountSolDestination
>
Optional
token
Program
tokenProgram
?:
Address
<
TAccountTokenProgram
>
voter
voter
:
Address
<
TAccountVoter
>
voter
Authority
voterAuthority
:
TransactionSigner
<
TAccountVoterAuthority
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
registrar
sol
Destination
token
Program
voter
voter
Authority
Coda by Ian Macalinao
Loading...