pub fn execute_for_reply<E, EP>(
    function: EP,
    instrumented_code: InstrumentedCode,
    pages_initial_data: Option<BTreeMap<GearPage, PageBuf>>,
    allocations: Option<BTreeSet<WasmPage>>,
    program_id: Option<ProgramId>,
    payload: Vec<u8>,
    gas_limit: u64,
    block_info: BlockInfo
) -> Result<Vec<u8>, String>where
    E: Environment<EP>,
    E::Ext: ProcessorExternalities + BackendExternalities + 'static,
    <E::Ext as Externalities>::UnrecoverableError: BackendSyscallError,
    EP: WasmEntryPoint,
Expand description

!!! FOR TESTING / INFORMATIONAL USAGE ONLY