Nip05 class abstract

An abstract class representing a NIP-05 implementation.

Constructors

Nip05()
A factory method for creating an instance of the Nip05 class.
factory

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
queryProfile(String fullname) Future<ProfilePointer?>
Queries the profile data for a given fullname and returns a ProfilePointer object, which contains the public key and relay information.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited