(self)
| 39 | |
| 40 | @property |
| 41 | def total_failed_trades(self) -> Optional[int]: |
| 42 | return self._total_failed_trades |
| 43 | |
| 44 | @property |
| 45 | def total_verified_trades(self) -> Optional[int]: |
nothing calls this directly
no outgoing calls
no test coverage detected