Interface FeeReportResponse

Hierarchy

  • FeeReportResponse

Properties

channelFees: ChannelFeeReport[]

An array of channel fee reports which describes the current fee schedule for each channel.

dayFeeSum: string | number

The total amount of fee revenue (in satoshis) the switch has collected over the past 24 hrs.

monthFeeSum: string | number

The total amount of fee revenue (in satoshis) the switch has collected over the past 1 month.

weekFeeSum: string | number

The total amount of fee revenue (in satoshis) the switch has collected over the past 1 week.

Generated using TypeDoc