Function get_account

Source
pub fn get_account(
    deps: Deps<'_>,
    env: &Env,
    account_id: &AccountId,
) -> Result<Account, HostError>
Expand description

get the account from the registry contract