Skip to main content
Version: v29.0.x

Interface: PayingAccountFees

Defined in: src/base/types.ts:157

Breakdown of the fees that will be paid by a specific Account for a transaction, along with data associated to the Paying account

Properties

fees

fees: Fees

Defined in: src/base/types.ts:161

fees that will be paid by the Account


payingAccountData

payingAccountData: PayingAccount & object

Defined in: src/base/types.ts:165

data related to the Account responsible of paying for the transaction

Type declaration

NameTypeDescriptionDefined in

balance

BigNumber

free balance of the Account

src/base/types.ts:169