public interface ITransactionApi
| Modifier and Type | Method and Description |
|---|---|
Optional<Status> |
execStatus(String txhash)
Check Contract Execution Status (if there was an error during contract execution)
|
Optional<Boolean> |
receiptStatus(String txhash)
Check Transaction Receipt Status (Only applicable for Post Byzantium fork transactions)
|
@NotNull Optional<Status> execStatus(String txhash) throws ApiException
txhash - transaction hashApiException - parent exception class@NotNull Optional<Boolean> receiptStatus(String txhash) throws ApiException
txhash - transaction hashApiException - parent exception classCopyright © 2019. All rights reserved.