fn format_transaction<N: Network>( _provider: &impl Provider<N>, tx: N::TransactionResponse, field: Option<String>, to_request: bool, ) -> Result<String>where N::TransactionResponse: UIfmt, N::TxEnvelope: UIfmtSignatureExt,