Interfaces
ITransactionMessageWithFeePayer
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.
Deprecated
Use TransactionMessageWithFeePayer instead. It was only renamed.
Type Parameters
Type Parameter | Default type |
---|---|
TAddress extends string | string |
Properties
Property | Modifier | Type |
---|---|---|
feePayer | readonly | Readonly <{ address : Address <TAddress >; }> |