Converts a raw address to user-friendly base64 format. Raw addresses use the format workchain:hex (e.g., 0:abc...). The packed format is shorter and includes a checksum for error detection.
Request containing a single address parameter.
The account address in user-friendly format.
OK
Response containing the packed base64 address.
Indicates if the request succeeded. If false, check the error field for details.
The response data. Only present when ok is true.
Optional request ID that you can pass in the request and receive back in the response. Useful for matching async responses.