SendSpontaneousPaymentRequest class

Represents a send spontaneous payment request.

Constructors

SendSpontaneousPaymentRequest({required String nodeId, required int amountMsat, List<TlvEntry>? extraTlvs, String? label})
const

Properties

amountMsat int
The amount in millisatoshis for this payment
final
extraTlvs List<TlvEntry>?
final
hashCode int
The hash code for this object.
no setterinherited
label String?
The external label or identifier of the Payment
final
nodeId String
The node id to send this payment is
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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