fix: add NONCE_ACCOUNT_LENGTH to type defs
This commit is contained in:
committed by
Michael Vines
parent
4242eee739
commit
4c85bccda7
@ -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 = {|
|
||||
|
Reference in New Issue
Block a user