pub fn build_sign_message( timestamp: u64, method: &str, host: &str, path: &str, body: &[u8], ) -> String
Build the message to sign for a node request.