feat: add optional rootSlot parameter (#528)

This commit is contained in:
Sunny Gleason
2019-10-15 16:06:18 -04:00
committed by Michael Vines
parent b3c2d61495
commit 884a09d8f6

View File

@ -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?',
}),
]),
}),