From c31ca1fc1ba35075d6d6ee7b509c12273ea03a11 Mon Sep 17 00:00:00 2001 From: Jack May Date: Wed, 2 Oct 2019 12:02:27 -0700 Subject: [PATCH] fix: flow expose transactionInstruction (#499) --- web3.js/module.flow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/module.flow.js b/web3.js/module.flow.js index 8cb3ac6425..0eb885b639 100644 --- a/web3.js/module.flow.js +++ b/web3.js/module.flow.js @@ -225,7 +225,7 @@ declare module '@solana/web3.js' { constructor(opts?: TransactionCtorFields): Transaction; add( - ...items: Array + ...items: Array ): Transaction; sign(...signers: Array): void; signPartial(...partialSigners: Array): void;