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 ParameterDefault type
TAddress extends stringstring

Properties

PropertyModifierType
feePayerreadonlyReadonly<{ address: Address<TAddress>; }>

On this page