| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
BlockList |
ConnectionsApi.blocksGet(Integer connectionID,
Integer top,
Integer skip)
Lists the blocks for a connected blockchain network.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<BlockList> |
ConnectionsApi.blocksGetWithHttpInfo(Integer connectionID,
Integer top,
Integer skip)
Lists the blocks for a connected blockchain network.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ConnectionsApi.blocksGetAsync(Integer connectionID,
Integer top,
Integer skip,
ApiCallback<BlockList> callback)
(asynchronously)
Lists the blocks for a connected blockchain network.
|
| Modifier and Type | Method and Description |
|---|---|
BlockList |
BlockList.addBlocksItem(Block blocksItem) |
BlockList |
BlockList.blocks(List<Block> blocks) |
BlockList |
BlockList.nextLink(String nextLink) |
Copyright © 2018. All rights reserved.