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

Struct CreateBalance

api/model/balance.go:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16package model
17
18type CreateBalance struct {
19 LedgerId string `json:"ledger_id"`
20 IdentityId string `json:"identity_id"`
21 Currency string `json:"currency"`
22 Precision float64 `json:"precision"`
23 MetaData map[string]interface{} `json:"meta_data"`
24 TrackFundLineage bool `json:"track_fund_lineage"`
25 AllocationStrategy string `json:"allocation_strategy"`
26}
27
28type CreateBalanceMonitor struct {
29 BalanceId string `json:"balance_id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected