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

Properties

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

On this page