RippleXAddress

Represents a Ripple X-address.

Constructors

Link copied to clipboard
open fun RippleXAddress(string: String)
Creates an address from a string representation.
Link copied to clipboard
open fun RippleXAddress(publicKey: PublicKey, tag: Int)
Creates an address from a public key and destination tag.

Functions

Link copied to clipboard
open fun description(): String
Returns the address string representation.
Link copied to clipboard
Compares two addresses for equality.
Link copied to clipboard
open fun isValidString(string: String): Boolean
Determines if the string is a valid Ripple address.
Link copied to clipboard
open fun tag(): Int
Returns the destination tag.