| Modifier and Type | Method and Description |
|---|---|
static Block |
Block.fromTrimmedData(byte[] data,
int index,
java.util.function.Function<UInt256,Transaction> txSelector) |
Block |
Block.header() |
| Modifier and Type | Method and Description |
|---|---|
Block |
IConnector.getBlock(int height) |
Block |
IConnector.getBlock(String hash) |
| Modifier and Type | Method and Description |
|---|---|
Block |
RestClient.getBlock(int height) |
Block |
RestClient.getBlock(String hash) |
| Modifier and Type | Method and Description |
|---|---|
Block |
RpcClient.getBlock(int index) |
Block |
RpcClient.getBlock(String hash) |
Block |
RpcClient.getBlock(UInt256 hash) |
| Modifier and Type | Method and Description |
|---|---|
Block |
WebsocketClient.getBlock(int height) |
Block |
WebsocketClient.getBlock(String hash) |
Block |
WebsocketClient.getBlockJson(int height) |
Block |
WebsocketClient.getBlockJson(String hash) |
| Modifier and Type | Method and Description |
|---|---|
Block |
ConnectMgr.getBlock(int height) |
Block |
ConnectMgr.getBlock(String hash) |
Copyright © 2020. All rights reserved.