Skip to main content
Version: v30.0.x

Interface: PayingAccountFees

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

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:169

fees that will be paid by the Account


payingAccountData

payingAccountData: PayingAccount & object

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

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:177