LnurlTransportHttpImpl class
implementation of the Nip05Repository interface with http
- Implemented types
Constructors
- LnurlTransportHttpImpl(HttpRequestDS httpDS)
- constructor
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpDS → HttpRequestDS
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
fetchInvoice(
String callbacklink) → Future< Map< String, dynamic> ?> -
fetch an invoice from lnurl callback endpoint
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestLnurlResponse(
String lnurl) → Future< LnurlResponse?> -
network request to get theLnurl response and invoices
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited