LNInvoice class

Constructors

LNInvoice({required String bolt11, required Network network, required String payeePubkey, required String paymentHash, String? description, String? descriptionHash, int? amountMsat, required int timestamp, required int expiry, required List<RouteHint> routingHints, required Uint8List paymentSecret, required int minFinalCltvExpiryDelta})
const

Properties

amountMsat int?
final
bolt11 String
final
description String?
final
descriptionHash String?
final
expiry int
final
hashCode int
The hash code for this object.
no setterinherited
minFinalCltvExpiryDelta int
final
network Network
final
payeePubkey String
final
paymentHash String
final
paymentSecret Uint8List
final
routingHints List<RouteHint>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
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