pub async fn get_account_state(
    context: &Context,
    account_id_hex: &str
) -> Result<Option<AccountState>, Error>