suspend fun getAccount(address: Address): AccountState?
Retrieves an account state for a given account.
address - the address of the account
address
Return the account's state, or null if not found