Interface ChannelFeeReport

Hierarchy

  • ChannelFeeReport

Properties

baseFeeMsat: string | number

The base fee charged regardless of the number of milli-satoshis sent.

chanId: string | number

The short channel id that this fee report belongs to.

channelPoint: string

The channel that this fee report belongs to.

feePerMil: string | number

The amount charged per milli-satoshis transferred expressed in millionths of a satoshi.

feeRate: string | number

The effective fee rate in milli-satoshis. Computed by dividing the fee_per_mil value by 1 million.

Generated using TypeDoc