public class AppliedOperation extends Object
| Modifier and Type | Method and Description |
|---|---|
org.joou.UInteger |
getBlock()
Get the block number.
|
Operation |
getOp()
Get the whole operation object.
|
org.joou.UShort |
getOpInTrx()
Get the index of the operation inside the transaction.
|
TimePointSec |
getTimestamp()
Get the time point at which this transaction has been submitted.
|
TransactionId |
getTrxId()
Get the id of this transaction.
|
org.joou.UInteger |
getTrxInBlock()
Get the index of the transaction inside the block.
|
org.joou.ULong |
getVirtualOp()
Get the index of the virtual operation inside the transaction.
|
String |
toString() |
public TransactionId getTrxId()
public org.joou.UInteger getBlock()
public org.joou.UInteger getTrxInBlock()
public org.joou.UShort getOpInTrx()
public org.joou.ULong getVirtualOp()
public TimePointSec getTimestamp()
public Operation getOp()
Copyright © 2019. All rights reserved.