feat: add optional rootSlot parameter (#528)
This commit is contained in:
committed by
Michael Vines
parent
b3c2d61495
commit
884a09d8f6
@ -259,6 +259,7 @@ const GetVoteAccounts = jsonRpcResult(
|
||||
epochVoteAccount: 'boolean',
|
||||
commission: 'number',
|
||||
lastVote: 'number',
|
||||
rootSlot: 'number?',
|
||||
}),
|
||||
]),
|
||||
delinquent: struct.list([
|
||||
@ -269,6 +270,7 @@ const GetVoteAccounts = jsonRpcResult(
|
||||
epochVoteAccount: 'boolean',
|
||||
commission: 'number',
|
||||
lastVote: 'number',
|
||||
rootSlot: 'number?',
|
||||
}),
|
||||
]),
|
||||
}),
|
||||
|
Reference in New Issue
Block a user