LNURLParseResult class

The result returned when you call getParams. The correct response item 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.
no setterinherited
payParams LNURLPayParams?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
withdrawalParams LNURLWithdrawParams?
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