Skip to main content

verify_request

Function verify_request 

Source
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.