NameRecords class
ENS text records and contenthash resolution.
Constructors
- NameRecords(String name)
Properties
Methods
-
getAbi(
) → Future< Uint8List?> -
getContentHash(
) → Future< Uint8List?> -
getText(
String key) → Future< String?> -
getTextKeys(
) → Future< List< String> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setContentHash(
Uint8List hash) → Future< void> -
setText(
String key, String value) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
decodeContentHash(
Uint8List data) → String? -
encodeAbiCall(
Uint8List node) → Uint8List -
encodeSetContenthashCall(
Uint8List node, Uint8List hash) → Uint8List -
encodeSetTextCall(
Uint8List node, String key, String value) → Uint8List -
encodeTextCall(
Uint8List node, String key) → Uint8List