Package org.hyperledger.fabric.sdk
Class BlockInfo.TransactionEnvelopeInfo
- java.lang.Object
 - 
- org.hyperledger.fabric.sdk.BlockInfo.EnvelopeInfo
 - 
- org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo
 
 
 
- 
- Direct Known Subclasses:
 BlockEvent.TransactionEvent
- Enclosing class:
 - BlockInfo
 
public class BlockInfo.TransactionEnvelopeInfo extends BlockInfo.EnvelopeInfo
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description classBlockInfo.TransactionEnvelopeInfo.TransactionActionInfoclassBlockInfo.TransactionEnvelopeInfo.TransactionActionInfoIteratorclassBlockInfo.TransactionEnvelopeInfo.TransactionActionIterable- 
Nested classes/interfaces inherited from class org.hyperledger.fabric.sdk.BlockInfo.EnvelopeInfo
BlockInfo.EnvelopeInfo.IdentitiesInfo 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description protected org.hyperledger.fabric.sdk.EndorserTransactionEnvDeserializertransactionDeserializer- 
Fields inherited from class org.hyperledger.fabric.sdk.BlockInfo.EnvelopeInfo
filteredTx 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getSignature()Signature for the transaction.BlockInfo.TransactionEnvelopeInfo.TransactionActionInfogetTransactionActionInfo(int index)intgetTransactionActionInfoCount()java.lang.Iterable<BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo>getTransactionActionInfos()- 
Methods inherited from class org.hyperledger.fabric.sdk.BlockInfo.EnvelopeInfo
getChannelId, getCreator, getEpoch, getNonce, getTimestamp, getTransactionID, getType, getValidationCode, isValid 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getSignature
public byte[] getSignature()
Signature for the transaction.- Returns:
 - byte array that as the signature.
 
 
- 
getTransactionActionInfoCount
public int getTransactionActionInfoCount()
 
- 
getTransactionActionInfos
public java.lang.Iterable<BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo> getTransactionActionInfos()
 
- 
getTransactionActionInfo
public BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo getTransactionActionInfo(int index)
 
 - 
 
 -