get http://127.0.0.1:11211/json_rpc/#017
Returns all registered aliases.
Outputs:
aliases — array of alias_rpc_details objects.
alias_rpc_details object's fields description:
- alias — string; alias name.
- address — string; address of a corresponding wallet.
- tracking_key — string; hex-encoded secret view key (optional) of the wallet.
- comment — string; user-defined comment, made by alias owner (optional).