Package org.hyperledger.fabric.sdk
Class BlockEvent.TransactionEvent
java.lang.Object
org.hyperledger.fabric.sdk.BlockInfo.EnvelopeInfo
org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo
org.hyperledger.fabric.sdk.BlockEvent.TransactionEvent
- Enclosing class:
- BlockEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo
BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo, BlockInfo.TransactionEnvelopeInfo.TransactionActionInfoIterator, BlockInfo.TransactionEnvelopeInfo.TransactionActionIterableNested classes/interfaces inherited from class org.hyperledger.fabric.sdk.BlockInfo.EnvelopeInfo
BlockInfo.EnvelopeInfo.IdentitiesInfo -
Method Summary
Modifier and TypeMethodDescriptionThe BlockEvent for this TransactionEvent.getPeer()The peer that received this event.Methods inherited from class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo
getSignature, getTransactionActionInfo, getTransactionActionInfoCount, getTransactionActionInfosMethods inherited from class org.hyperledger.fabric.sdk.BlockInfo.EnvelopeInfo
getChannelId, getCreator, getEpoch, getNonce, getTimestamp, getTransactionID, getType, getValidationCode, isValid
-
Method Details
-
getBlockEvent
The BlockEvent for this TransactionEvent.- Returns:
- BlockEvent for this transaction.
-
getPeer
The peer that received this event.- Returns:
- return peer producing the event.
-