ThirdPartyFees
Breakdown of the fees that will be paid by a specific third party in a Transaction Queue
Hierarchy
ThirdPartyFees
Index
Properties
Properties
account
• account: Account
Defined in src/types/index.ts:631
third party Account that will pay for the fees
allowance
• allowance: BigNumber | null
Defined in src/types/index.ts:640
maximum amount that the third party Account can pay on behalf of the current Account. A null value signifies no limit
balance
• balance: BigNumber
Defined in src/types/index.ts:644
free balance of the third party Account
fees
• fees: Fees
Defined in src/types/index.ts:635
fees that will be paid by the third party Account
Last updated