| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
Block |
ConnectionsApi.blockGet(Integer connectionId,
Integer blockId)
Gets the block matching a specific block ID.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Block> |
ConnectionsApi.blockGetWithHttpInfo(Integer connectionId,
Integer blockId)
Gets the block matching a specific block ID.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ConnectionsApi.blockGetAsync(Integer connectionId,
Integer blockId,
ApiCallback<Block> callback)
(asynchronously)
Gets the block matching a specific block ID.
|
| Modifier and Type | Method and Description |
|---|---|
Block |
Block.blockHash(String blockHash) |
Block |
Block.blockNumber(Integer blockNumber) |
Block |
Block.connectionId(Integer connectionId) |
Block |
Block.id(Integer id) |
Block |
Block.timestamp(org.joda.time.DateTime timestamp) |
| Modifier and Type | Method and Description |
|---|---|
List<Block> |
BlockList.getBlocks()
Get blocks
|
| Modifier and Type | Method and Description |
|---|---|
BlockList |
BlockList.addBlocksItem(Block blocksItem) |
| Modifier and Type | Method and Description |
|---|---|
BlockList |
BlockList.blocks(List<Block> blocks) |
void |
BlockList.setBlocks(List<Block> blocks) |
Copyright © 2018. All rights reserved.