Package | Description |
---|---|
tv.noixion.troncli | |
tv.noixion.troncli.models |
Modifier and Type | Method and Description |
---|---|
TronBlock |
TronClient.getBlock(HashIdentifier id)
Get block by its identifier / hash.
|
TronTransaction |
TronClient.getTransaction(HashIdentifier id)
Gets a transaction.
|
TronTransactionInformation |
TronClient.getTransactionInformation(HashIdentifier id)
Gets the execution information of a transaction,
|
TronTransactionInformation |
TronClient.waitForTransactionConfirmation(HashIdentifier txId,
int maxRetries)
waits until a transaction is confirmed by the blockchain.
|
Modifier and Type | Method and Description |
---|---|
HashIdentifier |
TronTransactionInformation.InternalTransaction.getHash() |
HashIdentifier |
TronTransaction.getId() |
HashIdentifier |
TronBlock.getId() |
HashIdentifier |
TronBlock.getParentHash() |
HashIdentifier |
TronTransaction.getRefBlockHash() |
HashIdentifier |
TronTransactionInformation.getTransactionId() |
Constructor and Description |
---|
TronBlock(HashIdentifier id,
Protocol.Block block) |
Copyright © 2020. All rights reserved.