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 = {