Nip51 class

Lists

Constructors

Nip51()

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

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

Static Methods

bookmarksToContent(List<String> items, String privkey, String pubkey) String
bookmarksToTags(List<String> items) List<List<String>>
createCategorizedBookmarks(String identifier, List<String> items, List<String> encryptedItems, String privkey, String pubkey) → dynamic
createCategorizedPeople(String identifier, List<People> items, List<People> encryptedItems, String privkey, String pubkey) Event
createMutePeople(List<People> items, List<People> encryptedItems, String privkey, String pubkey) Event
createPinEvent(List<String> items, List<String> encryptedItems, String privkey, String pubkey) → dynamic
fromContent(String content, String privkey, String pubkey) Map<String, List>
getLists(Event event, String privkey) Lists
peoplesToContent(List<People> items, String privkey, String pubkey) String
peoplesToTags(List<People> items) List<List<String>>