Skip to content

Commit

Permalink
fix: add flow definition for load()
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Oct 14, 2018
1 parent 992d503 commit 90a27b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module.flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ declare module '@solana/web3.js' {
): Transaction;
static move(from: PublicKey, to: PublicKey, amount: number): Transaction;
static assign(from: PublicKey, programId: PublicKey): Transaction;
static load(from: PublicKey, programId: PublicKey, name: string): Transaction;
}

// === src/transaction.js ===
Expand Down

0 comments on commit 90a27b4

Please sign in to comment.