Coda by Ian Macalinao
Preparing search index...
@solana-programs/voter-stake-registry
LogVoterInfoInput
Type Alias LogVoterInfoInput<TAccountRegistrar, TAccountVoter>
type
LogVoterInfoInput
<
TAccountRegistrar
extends
string
=
string
,
TAccountVoter
extends
string
=
string
,
>
=
{
depositEntryBegin
:
LogVoterInfoInstructionDataArgs
[
"depositEntryBegin"
]
;
depositEntryCount
:
LogVoterInfoInstructionDataArgs
[
"depositEntryCount"
]
;
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
:
LogVoterInfoInstructionDataArgs
[
"depositEntryBegin"
]
deposit
Entry
Count
depositEntryCount
:
LogVoterInfoInstructionDataArgs
[
"depositEntryCount"
]
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...