| 程序包 | 说明 |
|---|---|
| io.aelf.sdk |
| 限定符和类型 | 方法和说明 |
|---|---|
BlockDto |
BlockChainSdk.getBlockByHash(String blockHash)
Get information of a block by given block hash.
|
BlockDto |
AElfClient.getBlockByHash(String blockHash)
Get information of a block by given block hash.
|
BlockDto |
BlockChainSdk.getBlockByHash(String blockHash,
boolean includeTransactions)
Get information about a given block by block hash.
|
BlockDto |
AElfClient.getBlockByHash(String blockHash,
boolean includeTransactions)
Get information about a given block by block hash.
|
BlockDto |
BlockChainSdk.getBlockByHeight(long blockHeight)
Get information of a block by specified height.
|
BlockDto |
AElfClient.getBlockByHeight(long blockHeight)
Get information of a block by specified height.
|
BlockDto |
BlockChainSdk.getBlockByHeight(long blockHeight,
boolean includeTransactions)
Get information of a block by specified height.
|
BlockDto |
AElfClient.getBlockByHeight(long blockHeight,
boolean includeTransactions)
Get information of a block by specified height.
|
Copyright © 2020. All rights reserved.