The Address namespace includes methods that give you access to Address objects.
address objectThe Address object represents a unique identifier for different types of entities
in the system. Each address has the following properties:
Here is an example of an Address object:
options): Promise<{ data: Address[], hasNext, hasPrev }>Returns a list of Addresses.
Promise<{ data: Address[], hasNext, hasPrev }>
options): Promise<Address>Get the details of a particular address ID.
Promise<Address>