dag_accounts
Retrieves the active account in the wallet for Constellation's provider.
Parameters
None
Return Type
DAGAddress[]
- User's active account.
Example
await provider.request({ method: "dag_accounts", params: [] });
// ["DAG88C9WDSKH451sisyEP3hAkgCKn5DN72fuwjfX"]
Last updated
Was this helpful?