Nip05 class

Implementers

Constructors

Nip05({required String pubKey, required String nip05, required bool valid, required int updatedAt})

Properties

hashCode int
The hash code for this object.
no setterinherited
nip05 String
getter/setter pair
pubKey String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt int
getter/setter pair
valid bool
getter/setter pair

Methods

needsUpdate(Duration duration) bool
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

check(String nip05Address, String pubkey) Future<bool>