Skip to main content

Fees

Midnight.js API Reference v3.1.0


Midnight.js API Reference / @midnight-ntwrk/midnight-js-types / Fees

Type Alias: Fees

Fees = object

Represents the fees associated with a particular entity or operation.

This type includes both the paid fees and the estimated fees. The paid fees represent the amount that has already been settled, while the estimated fees provide a calculation or projection of expected fees.

Properties

estimatedFees

readonly estimatedFees: string

The estimated fees that are expected to be incurred.


paidFees

readonly paidFees: string

The fees that have already been paid.