diff --git a/web3.js/module.flow.js b/web3.js/module.flow.js index 02827d0fe1..79b4958efd 100644 --- a/web3.js/module.flow.js +++ b/web3.js/module.flow.js @@ -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 ===