Get the display name of an account.
If the account has a username, it will return the first part of the username, so myname.id => myname, and myname.blockstack.id => myname.
myname.id
myname
myname.blockstack.id
If the account has no username, it returns Account ${acount.index}
Account ${acount.index}
Generated using TypeDoc
Get the display name of an account.
If the account has a username, it will return the first part of the username, so
myname.id
=>myname
, andmyname.blockstack.id
=>myname
.If the account has no username, it returns
Account ${acount.index}