Nip01Event class
Properties
-
content
→ String
-
Event content.
final
-
createdAt
↔ int
-
Event creation timestamp in Unix time.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setteroverride
-
id
↔ String
-
The event ID is a 32-byte SHA256 hash of the serialised event data.
getter/setter pair
-
isValid
→ bool
-
no setter
-
kind
→ int
-
Event kind identifier (e.g. text_note, set_metadata, etc).
final
-
pubKey
→ String
-
The event author's public key.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
sig
↔ String
-
64-byte Schnorr signature of Nip01Event.id.
getter/setter pair
-
sources
↔ List<String>
-
Relay that an event was received from
getter/setter pair
-
tags
↔ List
-
A JSON array of event tags.
getter/setter pair