TransactionMessageWithFeePayer
Represents a transaction message for which a fee payer has been declared. A transaction must conform to this type to be compiled and landed on the network.
Type Parameters
| Type Parameter | Default type |
|---|---|
TAddress extends string | string |
Properties
| Property | Modifier | Type |
|---|---|---|
feePayer | readonly | Readonly<{ address: Address<TAddress>; }> |