We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992d503 commit 90a27b4Copy full SHA for 90a27b4
module.flow.js
@@ -65,6 +65,7 @@ declare module '@solana/web3.js' {
65
): Transaction;
66
static move(from: PublicKey, to: PublicKey, amount: number): Transaction;
67
static assign(from: PublicKey, programId: PublicKey): Transaction;
68
+ static load(from: PublicKey, programId: PublicKey, name: string): Transaction;
69
}
70
71
// === src/transaction.js ===
0 commit comments