(ctx context.Context, id string)
| 16 | Sort(ctx context.Context, input *ai_balance_dto.Sort) error |
| 17 | List(ctx context.Context, keyword string) ([]*ai_balance_dto.Item, error) |
| 18 | Delete(ctx context.Context, id string) error |
| 19 | SyncLocalBalances(ctx context.Context, address string) error |
| 20 | } |
| 21 |
no outgoing calls
no test coverage detected