TWRippleXAddress class abstract

Represents a Ripple X-address.

Implementers

Constructors

TWRippleXAddress.new()

Properties

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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

TWRippleXAddressCreateWithPublicKey(Pointer<Void> publicKey, int tag) Pointer<Void>
Creates an address from a public key and destination tag.
TWRippleXAddressCreateWithString(Pointer<Utf8> string) Pointer<Void>
Creates an address from a string representation.
TWRippleXAddressDelete(Pointer<Void> address) → void
Delete the given ripple address
TWRippleXAddressDescription(Pointer<Void> address) Pointer<Utf8>
Returns the address string representation.
TWRippleXAddressEqual(Pointer<Void> lhs, Pointer<Void> rhs) bool
Compares two addresses for equality.
TWRippleXAddressIsValidString(Pointer<Utf8> string) bool
Determines if the string is a valid Ripple address.
TWRippleXAddressTag(Pointer<Void> address) int
Returns the destination tag.