AddressFormatter class
- Inheritance
-
- Object
- EthereumAddress
- AddressFormatter
- Implementers
Constructors
- AddressFormatter(Uint8List addressBytes)
- AddressFormatter.fromEthAddress(EthereumAddress ethAddress)
-
factory
Properties
- addressBytes → Uint8List
-
finalinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hex → String
-
A hexadecimal representation of this address, padded to a length of 40
characters or 20 bytes, and prefixed with "0x".
read-onlyinherited
- hexEip55 → String
-
Returns this address in a hexadecimal representation, like with hex.
The hexadecimal characters A-F in the address will be in lower- or
uppercase depending on EIP 55.
read-onlyinherited
- hexNo0x → String
-
A hexadecimal representation of this address, padded to a length of 40
characters or 20 bytes, but not prefixed with "0x".
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
avatarUrl(
) → String -
compareTo(
EthereumAddress other) → int -
Compares this object to another object.
inherited
-
diceAvatar(
) → String -
formattedAddress(
{int length = 6}) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toEthAddress(
) → EthereumAddress -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited