types.PayingAccountFees - PolymeshAssociation/polymesh-sdk GitHub Wiki

Interface: PayingAccountFees

types.PayingAccountFees

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

Table of contents

Properties

Properties

fees

fees: Fees

fees that will be paid by the Account

Defined in

types/index.ts:860


payingAccountData

payingAccountData: { account: Account ; allowance: BigNumber ; type: Subsidy } & { balance: BigNumber } & { account: Account ; type: Other | Caller } & { balance: BigNumber }

data related to the Account responsible of paying for the transaction

Defined in

types/index.ts:864