Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-voter-stake-registry
CloseDepositEntryInput
Interface CloseDepositEntryInput<TAccountVoter, TAccountVoterAuthority>
interface
CloseDepositEntryInput
<
TAccountVoter
extends
string
=
string
,
TAccountVoterAuthority
extends
string
=
string
,
>
{
depositEntryIndex
:
number
;
voter
:
Address
<
TAccountVoter
>
;
voterAuthority
:
TransactionSigner
<
TAccountVoterAuthority
>
;
}
Type Parameters
TAccountVoter
extends
string
=
string
TAccountVoterAuthority
extends
string
=
string
Index
Properties
deposit
Entry
Index
voter
voter
Authority
Properties
deposit
Entry
Index
depositEntryIndex
:
number
voter
voter
:
Address
<
TAccountVoter
>
voter
Authority
voterAuthority
:
TransactionSigner
<
TAccountVoterAuthority
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
deposit
Entry
Index
voter
voter
Authority
Coda by Ian Macalinao
Loading...