NutlinkAddress class abstract

NutlinkAddress

Properties:

Annotations
  • @BuiltValue()

Constructors

NutlinkAddress([void updates(NutlinkAddressBuilder b)])
factory

Properties

address String
Bech32 encoded address
no setter
hashCode int
The hash code for this object.
no setterinherited
metadata → BuiltMap<String, JsonObject?>?
The cached metadata of the metadata_url file.
no setter
metadataHash String
Hash of the metadata file
no setter
metadataUrl String
URL of the specific metadata file
no setter
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
rebuild(dynamic updates(NutlinkAddressBuilder)) NutlinkAddress
Rebuilds the instance.
inherited
toBuilder() NutlinkAddressBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<NutlinkAddress>
no setter