Skip to content

api.client.types.Fees

polymesh-bot edited this page Jun 3, 2025 · 38 revisions

Interface: Fees

api/client/types.Fees

Table of contents

Properties

Properties

gas

gas: BigNumber

regular network fee

Defined in

api/client/types.ts:197


protocol

protocol: BigNumber

bonus fee charged by certain transactions

Defined in

api/client/types.ts:193


total

total: BigNumber

sum of the protocol and gas fees

Defined in

api/client/types.ts:201

Clone this wiki locally