pub fn create_prevote_message( height: u64, round: u32, block_hash: Option<String>, validator: String, signer: &ECDSASigner, ) -> Result<Value>