Type Definition coprocessor_plugin_api::RawResponse [−][src]
type RawResponse = Vec<u8>;
The response from the coprocessor encoded as raw bytes that are sent back to the client.
type RawResponse = Vec<u8>;
The response from the coprocessor encoded as raw bytes that are sent back to the client.