AlertCondition specifies the field, operator, value, and precision for a balance monitor alert threshold.
| 89 | } |
| 90 | |
| 91 | // AlertCondition specifies the field, operator, value, and precision for a balance monitor alert threshold. |
| 92 | type AlertCondition struct { |
| 93 | Value float64 `json:"value"` |
| 94 | Precision float64 `json:"precision"` |
| 95 | PreciseValue *big.Int `json:"precise_value"` |
| 96 | Field string `json:"field"` |
| 97 | Operator string `json:"operator"` |
| 98 | } |
nothing calls this directly
no outgoing calls
no test coverage detected