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

View File

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