LnurlTransport class abstract

transport to get the lnurl response

Implementers

Constructors

LnurlTransport()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited