Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/web3.js
JsonParsedVoteAccount
Type Alias JsonParsedVoteAccount
JsonParsedVoteAccount
:
RpcParsedInfo
<
{
authorizedVoters
:
Readonly
<
{
authorizedVoter
:
Address
;
epoch
:
Epoch
}
>
[]
;
authorizedWithdrawer
:
Address
;
commission
:
number
;
epochCredits
:
Readonly
<
{
credits
:
StringifiedBigInt
;
epoch
:
Epoch
;
previousCredits
:
StringifiedBigInt
;
}
,
>
[]
;
lastTimestamp
:
Readonly
<
{
slot
:
Slot
;
timestamp
:
UnixTimestamp
}
>
;
nodePubkey
:
Address
;
priorVoters
:
Readonly
<
{
authorizedPubkey
:
Address
;
epochOfLastAuthorizedSwitch
:
Epoch
;
targetEpoch
:
Epoch
;
}
,
>
[]
;
rootSlot
:
Slot
|
null
;
votes
:
Readonly
<
{
confirmationCount
:
number
;
slot
:
Slot
}
>
[]
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...