public class HistoryTransaction
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HistoryTransaction.Tag |
static class |
HistoryTransaction.TxResult |
| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
data |
MinterAddress |
from |
java.math.BigInteger |
gasPrice |
BytesData |
hash |
int |
height |
int |
index |
java.math.BigInteger |
nonce |
java.lang.String |
payload |
HistoryTransaction.TxResult |
txResult |
OperationType |
type |
| Constructor and Description |
|---|
HistoryTransaction() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Operation> |
getData() |
public BytesData hash
public int height
public int index
public OperationType type
public MinterAddress from
public java.math.BigInteger nonce
public java.math.BigInteger gasPrice
public HistoryTransaction.TxResult txResult
public java.lang.Object data
public java.lang.String payload
public <T extends Operation> T getData()