XRPAddress class
Constructors
- XRPAddress.fromBase58(String base58)
-
Creates an XRP address from a base58-encoded string.
factory
- XRPAddress.fromBytes(Uint8List bytes)
-
Creates an XRPAddress from a byte representation.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBytes(
) → Uint8List - Converts the XRP address to a Uint8List of bytes.
-
toString(
) → String -
A string representation of this object.
override
-
toXAddress(
{int? tag, bool isTestNetwork = false}) → String - Converts the XRP address to an X-Address.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
toClassicAddress(
Uint8List public) → String - Converts a public key to a classic XRP address.