RouteHintHop class

Constructors

RouteHintHop({required String srcNodeId, required String shortChannelId, required int feesBaseMsat, required int feesProportionalMillionths, required int cltvExpiryDelta, int? htlcMinimumMsat, int? htlcMaximumMsat})
const

Properties

cltvExpiryDelta int
final
feesBaseMsat int
final
feesProportionalMillionths int
final
hashCode int
The hash code for this object.
no setterinherited
htlcMaximumMsat int?
final
htlcMinimumMsat int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortChannelId String
final
srcNodeId String
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