LNURLParseResult class
The result returned when you call getParams. The correct response time will be non-null and the rest will be null.
If error is non-null then an error occurred while calling the lnurl service.
Constructors
- LNURLParseResult({LNURLWithdrawParams withdrawalParams, LNURLPayParams payParams, LNURLAuthParams authParams, LNURLChannelParams channelParams, LNURLErrorResponse error})
Properties
- authParams → LNURLAuthParams
-
final
- channelParams → LNURLChannelParams
-
final
- error → LNURLErrorResponse
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- payParams → LNURLPayParams
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- withdrawalParams → LNURLWithdrawParams
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited