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

Struct InflightUpdate

api/model/transaction.go:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50type InflightUpdate struct {
51 Status string `json:"status"`
52 Amount float64 `json:"amount"`
53 PreciseAmount *big.Int `json:"precise_amount,omitempty"`
54}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected