wallet/getAccountsStatus
Gets the status of an account. If not specified, the status of all accounts are returned.
Request
{
account?: string
}
Response
{
accounts: Array<{
name: string
id: string
headHash: string
headInChain: boolean
sequence: string | number
}>
}