RetrieveUser
This function does not trigger any UI elements
Description
This function retrieves information about the currently logged in user. The fields returned include the userIdentifier, the user's wallet addresses, and the wallet balances.
Details
Signature
async RetrieveUser()
Arguments
This function has no arguments
Return Value
This function returns a Promise
that resolves to the following object:
Example
custom-tokens.js
Last updated