(ctx context.Context, address string)
| 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 | |
| 22 | func init() { |
no outgoing calls
no test coverage detected