Address class

Constructors

Address(String hrp, List<int> core)
Address.parse(String address)

Properties

core List<int>?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
hrp String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareTo(Address otherAddress) int
equals(Address address) bool
getBytes() List<int>?
isEmbedded() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toShortString() String
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromPublicKey(List<int> publicKey) Address
isValid(String address) bool

Constants

addressLength → const int
contractByte → const int
coreSize → const int
prefix → const String
userByte → const int