pub fn signed_query_inspect(
sender: Principal,
canister_id: Principal,
method_name: &str,
arg: &[u8],
ingress_expiry: u64,
signed_query: Vec<u8>,
) -> Result<(), AgentError>
Expand description
Inspect the bytes to be sent as a query Return Ok only when the bytes can be deserialized as a query and all fields match with the arguments