MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / imlBalanceModule

Struct imlBalanceModule

module/ai-balance/iml.go:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35var _ IBalanceModule = (*imlBalanceModule)(nil)
36
37type imlBalanceModule struct {
38 clusterService cluster.IClusterService `autowired:""`
39 aiAPIService ai_api.IAPIService `autowired:""`
40 aiKeyService ai_key.IKeyService `autowired:""`
41 balanceService ai_balance.IBalanceService `autowired:""`
42 settingService setting.ISettingService `autowired:""`
43 transaction store.ITransaction `autowired:""`
44}
45
46func (i *imlBalanceModule) SyncLocalBalances(ctx context.Context, address string) error {
47 releases, err := i.getLocalBalances(ctx, address)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected