XRPAddress class
Constructors
- XRPAddress.new(String address)
-
Creates an XRP address from a base58-encoded string.
factory
-
XRPAddress.fromPublicKeyBytes(List<
int> bytes, XRPKeyAlgorithm algorithm) -
Creates an XRPAddress from a byte representation.
factory
- XRPAddress.fromXAddress(String xAddress, {bool isTestnet = false})
-
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(
) → List< int> - Converts the XRP address to a list
-
toString(
) → String -
A string representation of this object.
override
-
toXAddress(
{bool forTestnet = false, int? tag}) → String - Converts the XRP address to an X-Address.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited