Skip to content

api.client.types.Fees

prashantasdeveloper edited this page Sep 19, 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:192


protocol

protocol: BigNumber

bonus fee charged by certain transactions

Defined in

api/client/types.ts:188


total

total: BigNumber

sum of the protocol and gas fees

Defined in

api/client/types.ts:196

Clone this wiki locally