fix web3js: add feePayer type in TransactionCtorFields (#13343)
Co-authored-by: Son Nguyen <nhson@HKMAC0371.local>
This commit is contained in:
parent
0e4509c497
commit
1c75db41e3
1
web3.js/module.d.ts
vendored
1
web3.js/module.d.ts
vendored
@ -660,6 +660,7 @@ declare module '@solana/web3.js' {
|
||||
recentBlockhash?: Blockhash;
|
||||
nonceInfo?: NonceInformation;
|
||||
signatures?: Array<SignaturePubkeyPair>;
|
||||
feePayer?: PublicKey;
|
||||
};
|
||||
|
||||
export type SerializeConfig = {
|
||||
|
@ -665,6 +665,7 @@ declare module '@solana/web3.js' {
|
||||
recentBlockhash?: Blockhash,
|
||||
nonceInfo?: NonceInformation,
|
||||
signatures?: Array<SignaturePubkeyPair>,
|
||||
feePayer?: PublicKey,
|
||||
|};
|
||||
|
||||
declare export type SerializeConfig = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user