LspInformation class

Details of supported LSP

Constructors

LspInformation({required String id, required String name, required String widgetUrl, required String pubkey, required String host, required int baseFeeMsat, required double feeRate, required int timeLockDelta, required int minHtlcMsat, required Uint8List lspPubkey, required OpeningFeeParamsMenu openingFeeParamsList})
const

Properties

baseFeeMsat int
The base fee charged regardless of the number of milli-satoshis sent
final
feeRate double
The effective fee rate in milli-satoshis. The precision of this value goes up to 6 decimal places, so 1e-6.
final
hashCode int
The hash code for this object.
no setterinherited
host String
The network location of the lightning node, e.g. 12.34.56.78:9012 or localhost:10011
final
id String
final
lspPubkey Uint8List
final
minHtlcMsat int
The minimum value in millisatoshi we will require for incoming HTLCs on the channel
final
name String
The name of of LSP
final
openingFeeParamsList OpeningFeeParamsMenu
final
pubkey String
The identity pubkey of the Lightning node
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeLockDelta int
The required timelock delta for HTLCs forwarded over the channel
final
widgetUrl String
The URL of the LSP
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited