pub fn create_partial_signature_message( round: u64, validator: String, partial_sig: String, signer: &ECDSASigner, ) -> Result<Value>