public class ExplorerCoinsRepository
extends <any>
| Constructor and Description |
|---|
ExplorerCoinsRepository(ApiService.Builder apiBuilder) |
| Modifier and Type | Method and Description |
|---|---|
<any> |
getAll()
Get list of all known coins in network
|
protected java.lang.Class<ExplorerCoinsEndpoint> |
getServiceClass() |
<any> |
search(java.lang.String symbol)
Search coin by it symbol
|
public ExplorerCoinsRepository(ApiService.Builder apiBuilder)
public <any> getAll()
public <any> search(java.lang.String symbol)
protected java.lang.Class<ExplorerCoinsEndpoint> getServiceClass()