raw_call

Function raw_call 

Source
pub async fn raw_call<T: Decode>(
    client: &RpcClient,
    method: &str,
    data: &[u8],
    at: Option<H256>,
) -> Result<T, Error>