[][src]Function cosmwasm_vm::call_init_raw

pub fn call_init_raw<S: Storage, A: Api + 'static, Q: Querier>(
    instance: &mut Instance<S, A, Q>,
    env: &[u8],
    info: &[u8],
    msg: &[u8]
) -> VmResult<Vec<u8>>

Calls Wasm export "init" and returns raw data from the contract. The result is length limited to prevent abuse but otherwise unchecked.