fix web3js: add feePayer type in TransactionCtorFields (#13343)
Co-authored-by: Son Nguyen <nhson@HKMAC0371.local>
This commit is contained in:
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 = {
|
||||
|
Reference in New Issue
Block a user