fn handle_broadcast<N: Network>( endpoint: &String, transaction: Transaction<N>, operation: &String, ) -> Result<()>
Determine if the transaction should be broadcast or displayed to user.