api.client.types.Fees - PolymeshAssociation/polymesh-sdk GitHub Wiki

Interface: Fees

api/client/types.Fees

Table of contents

Properties

Properties

gas

gas: BigNumber

regular network fee

Defined in

api/client/types.ts:187


protocol

protocol: BigNumber

bonus fee charged by certain transactions

Defined in

api/client/types.ts:183


total

total: BigNumber

sum of the protocol and gas fees

Defined in

api/client/types.ts:191