pub fn encode_outgoing_request_eth_call<T: Config>(
    method_id: [u8; 4],
    request: &OutgoingRequest<T>,
    request_hash: H256
) -> Result<Vec<u8>, Error<T>>
Expand description

Encodes the given outgoing request as it should look when it gets called on Sidechain.