Revert "fix web3js: add feePayer type in TransactionCtorFields (#13343)"

This reverts commit 1c75db41e3.
This commit is contained in:
Justin Starry
2020-11-02 21:34:17 +08:00
parent c54a3e82e9
commit c05a038475
2 changed files with 0 additions and 2 deletions

1
web3.js/module.d.ts vendored
View File

@ -660,7 +660,6 @@ declare module '@solana/web3.js' {
recentBlockhash?: Blockhash;
nonceInfo?: NonceInformation;
signatures?: Array<SignaturePubkeyPair>;
feePayer?: PublicKey;
};
export type SerializeConfig = {