parse_response_bytes

Function parse_response_bytes 

Source
pub fn parse_response_bytes(data: &[u8]) -> Result<JSONRPCResponse>
Expand description

Parse a JSON-RPC response from raw bytes using SIMD optimization.