call_sudo

Function call_sudo 

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