RippleXAddress

open fun RippleXAddress(string: String)

Creates an address from a string representation.

Return

Null pointer if the given string is an invalid ripple address, pointer to a Ripple address otherwise

Parameters

string

Non-null pointer to a string that should be a valid ripple address


open fun RippleXAddress(publicKey: PublicKey, tag: Int)

Creates an address from a public key and destination tag.

Return

Non-null pointer to a Ripple Address

Parameters

publicKey

Non-null pointer to a public key

tag

valid ripple destination tag (1-10)