fix: export VOTE_ACCOUNT_KEY (#422)

This commit is contained in:
Michael Vines
2019-07-24 16:01:07 -07:00
parent 1bf94c7673
commit 6c32bca04d
4 changed files with 9 additions and 3 deletions

View File

@ -143,6 +143,7 @@ declare module '@solana/web3.js' {
}
// === src/validator-info.js ===
declare export var VALIDATOR_INFO_KEY;
declare export type Info = {|
name: string,
website?: string,
@ -159,6 +160,7 @@ declare module '@solana/web3.js' {
}
// === src/vote-account.js ===
declare export var VOTE_ACCOUNT_KEY;
declare export type Lockout = {|
slot: number,
confirmationCount: number,