pub fn signed_request_status_inspect(
sender: Principal,
request_id: &RequestId,
ingress_expiry: u64,
signed_request_status: Vec<u8>,
) -> Result<(), AgentError>
Expand description
Inspect the bytes to be sent as a request_status Return Ok only when the bytes can be deserialized as a request_status and all fields match with the arguments