Skip to main content

sign_request

Function sign_request 

Source
pub fn sign_request(
    key: &str,
    ts_unix: u64,
    nonce: &str,
    method: &str,
    path_query: &str,
    body: &[u8],
) -> String
Expand description

Compute the hex HMAC-SHA256 signature for one request.