FeesBreakdown

Breakdown of transaction fees for a Transaction Queue. In most cases, the entirety of the Queue's fees will be paid by either the current Account or a third party. In some rare cases, fees can be split between them (for example, if the current Account is being subsidized, but one of the transactions in the queue terminates the subsidy, leaving the current Account with the responsibility of paying for the rest of the transactions)

Hierarchy

  • FeesBreakdown

Index

Properties

Properties

accountBalance

accountBalance: BigNumber

Defined in src/types/index.ts:667

free balance of the current Account

accountFees

accountFees: Fees

Defined in src/types/index.ts:663

fees that must be paid by the current Account

thirdPartyFees

thirdPartyFees: ThirdPartyFees[]

Defined in src/types/index.ts:659

fees that will be paid by third parties. Each element in the array represents a different third party Account, their corresponding fees, allowances and balance

Last updated