Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-voter-stake-registry
LogVoterInfoInput
Interface LogVoterInfoInput<TAccountRegistrar, TAccountVoter>
interface
LogVoterInfoInput
<
TAccountRegistrar
extends
string
=
string
,
TAccountVoter
extends
string
=
string
,
>
{
depositEntryBegin
:
number
;
depositEntryCount
:
number
;
registrar
:
Address
<
TAccountRegistrar
>
;
voter
:
Address
<
TAccountVoter
>
;
}
Type Parameters
TAccountRegistrar
extends
string
=
string
TAccountVoter
extends
string
=
string
Index
Properties
deposit
Entry
Begin
deposit
Entry
Count
registrar
voter
Properties
deposit
Entry
Begin
depositEntryBegin
:
number
deposit
Entry
Count
depositEntryCount
:
number
registrar
registrar
:
Address
<
TAccountRegistrar
>
voter
voter
:
Address
<
TAccountVoter
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
deposit
Entry
Begin
deposit
Entry
Count
registrar
voter
Coda by Ian Macalinao
Loading...