XRPAddress class
Constructors
- XRPAddress.fromBase58(String base58)
-
must be valid base58
factory
- XRPAddress.fromBytes(Uint8List bytes)
-
must be valid bytes
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBytes(
) → Uint8List -
toString(
) → String -
A string representation of this object.
override
-
toXAddress(
{int? tag, bool isTestNetwork = false}) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
toClassicAddress(
Uint8List public) → String