From 1c75db41e321cc368174e76f4c1d6679794f80f7 Mon Sep 17 00:00:00 2001 From: Son Nguyen <72849647+sonhng@users.noreply.github.com> Date: Mon, 2 Nov 2020 13:00:00 +0700 Subject: [PATCH] fix web3js: add feePayer type in TransactionCtorFields (#13343) Co-authored-by: Son Nguyen --- web3.js/module.d.ts | 1 + web3.js/module.flow.js | 1 + 2 files changed, 2 insertions(+) diff --git a/web3.js/module.d.ts b/web3.js/module.d.ts index 6b1a11702b..a81a604ec4 100644 --- a/web3.js/module.d.ts +++ b/web3.js/module.d.ts @@ -660,6 +660,7 @@ 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 51b1ee057d..50a846642b 100644 --- a/web3.js/module.flow.js +++ b/web3.js/module.flow.js @@ -665,6 +665,7 @@ declare module '@solana/web3.js' { recentBlockhash?: Blockhash, nonceInfo?: NonceInformation, signatures?: Array, + feePayer?: PublicKey, |}; declare export type SerializeConfig = {