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