AccountAddress class

Mixed in types

Constructors

AccountAddress(Uint8List address)

Properties

address Uint8List
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hexAddress() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(Serializer serializer) → void
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

coreCodeAddress() AccountAddress
deserialize(Deserializer deserializer) AccountAddress
fromHex(String addr) AccountAddress
isValid(String addr) bool
standardizeAddress(String address) → dynamic

Constants

CORE_CODE_ADDRESS → const String
LENGTH → const int