Skip to content

api.client.types.Fees

prashantasdeveloper edited this page May 16, 2024 · 14 revisions

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

Clone this wiki locally