MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / MonitorCondition

Struct MonitorCondition

api/model/balance.go:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type MonitorCondition struct {
36 Precision float64 `json:"precision"`
37 Field string `json:"field"`
38 Operator string `json:"operator"`
39 Value float64 `json:"value"`
40}
41
42// UpdateBalanceIdentity represents the payload required to update a balance's identity.
43// Only the identity_id field is accepted.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected