Checks for equality
The other address to be compared
true if equal, otherwise false
Gets numeric Account Id
Gets public key
Gets as Reed Solomon representation
If false, the address without prefix will be returned. Default: true
Reed Solomon Address Format
Gets as extended Reed Solomon representation carrying the public key as suffix in base36 encoding
This method requires that the address was created from a public key or extended address.
If false, the address without prefix will be returned. Default: true
Extended Reed Solomon Address Format
Tries to create the address from whatever input is given
Any valid address, may it be Reed Solomon address, numeric ID, or public key
An optional prefix, which can be used to substitute the default AddressPrefix.MainNet
The new address, if the input was valid
Creates an Account Address object from public key
The public key of that address (in hex format)
The Reed-Solomon Address prefix
Creates an Account Address object from extended Reed-Solomon address
The Reed-Solomon address in simple or extended format (with base36 suffix)
A Value Object to facilitate Address conversions.