feat: allow setting explicit fee payer for transaction (#13129)
This commit is contained in:
2
web3.js/module.d.ts
vendored
2
web3.js/module.d.ts
vendored
@@ -653,7 +653,7 @@ declare module '@solana/web3.js' {
|
||||
instructions: Array<TransactionInstruction>;
|
||||
recentBlockhash?: Blockhash;
|
||||
nonceInfo?: NonceInformation;
|
||||
feePayer: PublicKey | null;
|
||||
feePayer?: PublicKey;
|
||||
|
||||
constructor(opts?: TransactionCtorFields);
|
||||
static from(buffer: Buffer | Uint8Array | Array<number>): Transaction;
|
||||
|
Reference in New Issue
Block a user