types.ThirdPartyFees

@polymeshassociation/polymesh-sdk / Modules / types / ThirdPartyFees

Interface: ThirdPartyFees

types.ThirdPartyFees

Breakdown of the fees that will be paid by a specific third party in a Transaction Queue

Hierarchy

Table of contents

Properties

Properties

account

account: Account

Account that pays for the transaction

Inherited from

PayingAccount.account

Defined in

types/index.ts:738


allowance

allowance: null | BigNumber

total amount that will be paid for

Inherited from

PayingAccount.allowance

Defined in

types/index.ts:742


balance

balance: BigNumber

free balance of the third party Account

Defined in

types/index.ts:756


fees

fees: Fees

fees that will be paid by the third party Account

Defined in

types/index.ts:752


type

type: PayingAccountType

Inherited from

PayingAccount.type

Defined in

types/index.ts:734

Last updated