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;
|
recentBlockhash?: Blockhash;
|
||||||
nonceInfo?: NonceInformation;
|
nonceInfo?: NonceInformation;
|
||||||
signatures?: Array<SignaturePubkeyPair>;
|
signatures?: Array<SignaturePubkeyPair>;
|
||||||
|
feePayer?: PublicKey;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type SerializeConfig = {
|
export type SerializeConfig = {
|
||||||
|
@ -665,6 +665,7 @@ declare module '@solana/web3.js' {
|
|||||||
recentBlockhash?: Blockhash,
|
recentBlockhash?: Blockhash,
|
||||||
nonceInfo?: NonceInformation,
|
nonceInfo?: NonceInformation,
|
||||||
signatures?: Array<SignaturePubkeyPair>,
|
signatures?: Array<SignaturePubkeyPair>,
|
||||||
|
feePayer?: PublicKey,
|
||||||
|};
|
|};
|
||||||
|
|
||||||
declare export type SerializeConfig = {
|
declare export type SerializeConfig = {
|
||||||
|
Reference in New Issue
Block a user