Skip to content

Commit 90a27b4

Browse files
committed
fix: add flow definition for load()
1 parent 992d503 commit 90a27b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

module.flow.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ declare module '@solana/web3.js' {
6565
): Transaction;
6666
static move(from: PublicKey, to: PublicKey, amount: number): Transaction;
6767
static assign(from: PublicKey, programId: PublicKey): Transaction;
68+
static load(from: PublicKey, programId: PublicKey, name: string): Transaction;
6869
}
6970

7071
// === src/transaction.js ===

0 commit comments

Comments
 (0)