ClosedChannelPaymentDetails class

Represents the funds that were on the user side of the channel at the time it was closed.

Constructors

ClosedChannelPaymentDetails.new({required ChannelState state, required String fundingTxid, String? shortChannelId, String? closingTxid})
const

Properties

closingTxid String?
Can be empty for older closed channels.
final
fundingTxid String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortChannelId String?
final
state ChannelState
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