fix: add NONCE_ACCOUNT_LENGTH to type defs

This commit is contained in:
Justin Starry
2020-04-05 22:25:53 +08:00
committed by Michael Vines
parent 4242eee739
commit 4c85bccda7
2 changed files with 4 additions and 0 deletions

View File

@ -278,6 +278,8 @@ declare module '@solana/web3.js' {
feeCalculator: FeeCalculator;
}
declare export var NONCE_ACCOUNT_LENGTH: number;
// === src/validator-info.js ===
declare export var VALIDATOR_INFO_KEY;
declare export type Info = {|