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

Struct CreateBalanceMonitor

api/model/balance.go:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type CreateBalanceMonitor struct {
29 BalanceId string `json:"balance_id"`
30 Condition MonitorCondition `json:"condition"`
31 CallBackURL string `json:"call_back_url"`
32 MetaData map[string]interface{} `json:"meta_data"`
33}
34
35type MonitorCondition struct {
36 Precision float64 `json:"precision"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected