fix: update module.flow (#537)

This commit is contained in:
Jack May
2019-10-22 16:10:21 -07:00
committed by Michael Vines
parent 81c2e8f9c1
commit 0d582c180f
2 changed files with 8 additions and 2 deletions

View File

@ -240,6 +240,7 @@ declare module '@solana/web3.js' {
// === src/loader.js ===
declare export class Loader {
static getMinNumSignatures(dataLength: number): number;
static load(
connection: Connection,
payer: Account,
@ -252,6 +253,7 @@ declare module '@solana/web3.js' {
// === src/bpf-loader.js ===
declare export class BpfLoader {
static programId: PublicKey;
static getMinNumSignatures(dataLength: number): number;
static load(
connection: Connection,
payer: Account,