ZapReceipt class
Constructors
- ZapReceipt.fromEvent(Nip01Event event)
Properties
- amountSats ↔ int?
-
amount in sats
getter/setter pair
- anon ↔ String?
-
getter/setter pair
- bolt11 ↔ String?
-
invoice
getter/setter pair
- comment ↔ String?
-
user defined comment
getter/setter pair
- eventId ↔ String?
-
nostr eventId
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lnurl ↔ String?
-
lnurl
getter/setter pair
- paidAt ↔ int?
-
time payment happend
getter/setter pair
- preimage ↔ String?
-
invoice preimage
getter/setter pair
- pubKey ↔ String?
-
pubKey
getter/setter pair
- recipient ↔ String?
-
pubkey of recipient
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sender ↔ String?
-
pubkey sender
getter/setter pair
Methods
-
isValid(
{required String nostrPubKey, required String recipientLnurl}) → bool - is valid
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited