XRPAddress class

Constructors

XRPAddress.fromBase58(String base58)
must be valid base58
factory
XRPAddress.fromBytes(Uint8List bytes)
must be valid bytes
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

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