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