Skip to main content

get_account_contract

Function get_account_contract 

Source
pub fn get_account_contract<Chain: CwEnv>(
    registry: &Registry<Chain>,
    account_id: AccountId,
) -> Result<AccountI<Chain>, AbstractInterfaceError>
where <Chain as TxHandler>::Response: IndexResponse,