types.Fees - PolymeshAssociation/polymesh-sdk GitHub Wiki

Interface: Fees

types.Fees

Table of contents

Properties

Properties

gas

gas: BigNumber

regular network fee

Defined in

types/index.ts:805


protocol

protocol: BigNumber

bonus fee charged by certain transactions

Defined in

types/index.ts:801


total

total: BigNumber

sum of the protocol and gas fees

Defined in

types/index.ts:809