[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 277 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 277 Bytes

account

get-account

original documentation

try {
  const {data:{account}} = await dots.account.getAccount();
  console.log(account);
} catch (error) {
  console.log(error);
}