From c05a0384753e2c14e5a691a4e563ba01b5a1d138 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Mon, 2 Nov 2020 21:34:17 +0800 Subject: [PATCH] Revert "fix web3js: add feePayer type in TransactionCtorFields (#13343)" This reverts commit 1c75db41e321cc368174e76f4c1d6679794f80f7. --- web3.js/module.d.ts | 1 - web3.js/module.flow.js | 1 - 2 files changed, 2 deletions(-) diff --git a/web3.js/module.d.ts b/web3.js/module.d.ts index a81a604ec4..6b1a11702b 100644 --- a/web3.js/module.d.ts +++ b/web3.js/module.d.ts @@ -660,7 +660,6 @@ declare module '@solana/web3.js' { recentBlockhash?: Blockhash; nonceInfo?: NonceInformation; signatures?: Array; - feePayer?: PublicKey; }; export type SerializeConfig = { diff --git a/web3.js/module.flow.js b/web3.js/module.flow.js index 50a846642b..51b1ee057d 100644 --- a/web3.js/module.flow.js +++ b/web3.js/module.flow.js @@ -665,7 +665,6 @@ declare module '@solana/web3.js' { recentBlockhash?: Blockhash, nonceInfo?: NonceInformation, signatures?: Array, - feePayer?: PublicKey, |}; declare export type SerializeConfig = {