call_ibc_source_callback

Function call_ibc_source_callback 

Source
pub fn call_ibc_source_callback<A, S, Q, U>(
    instance: &mut Instance<A, S, Q>,
    env: &Env,
    msg: &IbcSourceCallbackMsg,
) -> VmResult<ContractResult<IbcBasicResponse<U>>>
where A: BackendApi + 'static, S: Storage + 'static, Q: Querier + 'static, U: DeserializeOwned + CustomMsg,