fix: add feePayer type in TransactionCtorFields (#13343)

This commit is contained in:
Justin Starry 2020-11-02 21:34:24 +08:00
parent c05a038475
commit 582602dc57
2 changed files with 2 additions and 0 deletions

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

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

View File

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