pub fn encode_chain_response_void(
request_id: &str,
response_tag: u8,
error: Option<&str>,
) -> Vec<u8> ⓘExpand description
Encode a Result(void, GenericError) response.
Used by tags 89 (unpin), 91 (continue), 93 (stop-operation), 103 (tx-stop).