pub fn verify_request(
public_key_hex: &str,
timestamp: &str,
nonce: &str,
method: &str,
path: &str,
body: &[u8],
signature_hex: &str,
) -> Result<bool>Expand description
Verify a request signature against a per-version public key.