AccountAddress class
- Mixed-in types
Constructors
- AccountAddress(Uint8List address)
Properties
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