setTransactionMessageFeePayerSigner
Sets the fee payer of a TransactionMessage | transaction message using a TransactionSigner.
Type Parameters
| Type Parameter | Description |
|---|---|
TFeePayerAddress extends string | Supply a string literal to define a fee payer having a particular address. |
TTransactionMessage extends Partial< | TransactionMessageWithFeePayer<string> | TransactionMessageWithFeePayerSigner<string, TransactionSigner<string>>> & TransactionMessage | The inferred type of the transaction message provided. |
Parameters
| Parameter | Type |
|---|---|
feePayer | TransactionSigner<TFeePayerAddress> |
transactionMessage | TTransactionMessage |
Returns
ExcludeTransactionMessageFeePayer<TTransactionMessage> & TransactionMessageWithFeePayerSigner<TFeePayerAddress, TransactionSigner<TFeePayerAddress>>