Skip to main content

build_sign_message

Function build_sign_message 

Source
pub fn build_sign_message(
    timestamp: u64,
    method: &str,
    host: &str,
    path: &str,
    body: &[u8],
) -> String
Expand description

Build the message to sign for a node request.