A class representing an address.
For now, an address is intrinsically linked (to be understood as a digest of) to the public key.
Versions the address key bytes.
The versioned address key bytes.
Serializes the address to a string.
The serialized address string.
A address is serialized as follows:
Static
Get address in binary format from a bytes buffer.
The address in bytes format.
Initializes a new address object from versioned bytes.
The versioned bytes.
A new address object.
Initializes a new address object from a public key.
The public key to derive the address from.
Initializes a new address object from a serialized string.
A new address instance.
If the address string is invalid.
A class representing an address.
Remarks
For now, an address is intrinsically linked (to be understood as a digest of) to the public key.