OpenChannelFeeResponse class

Constructors

OpenChannelFeeResponse({int? feeMsat, required OpeningFeeParams feeParams})
const

Properties

feeMsat int?
Opening fee for receiving the amount set in the OpenChannelFeeRequest, in case it was set. It may be zero if no new channel needs to be opened.
final
feeParams OpeningFeeParams
The fee params for receiving more than the current inbound liquidity.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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