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

address String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag int?
final

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