| Package | Description |
|---|---|
| org.adridadou.ethereum.event |
| Modifier and Type | Field and Description |
|---|---|
TransactionStatus |
OnTransactionParameters.status |
| Modifier and Type | Method and Description |
|---|---|
static TransactionStatus |
TransactionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionStatus[] |
TransactionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OnTransactionParameters(org.ethereum.core.TransactionReceipt receipt,
EthData txHash,
TransactionStatus status,
String error,
List<org.ethereum.vm.LogInfo> logs,
byte[] sender,
byte[] receiver) |
Copyright © 2017. All rights reserved.