public class TransactionApiProvider extends Object implements ITransactionApi
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 public Optional<Status> execStatus(String txhash) throws ApiException
ITransactionApiexecStatus in interface ITransactionApitxhash - transaction hashApiException - parent exception class@NotNull public Optional<Boolean> receiptStatus(String txhash) throws ApiException
ITransactionApireceiptStatus in interface ITransactionApitxhash - transaction hashApiException - parent exception classCopyright © 2019. All rights reserved.