public interface ProcessedTransactionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Envelope |
getTransactionEnvelope()
An Envelope which includes a processed transaction
|
EnvelopeOrBuilder |
getTransactionEnvelopeOrBuilder()
An Envelope which includes a processed transaction
|
int |
getValidationCode()
An indication of whether the transaction was validated or invalidated by committing peer
|
boolean |
hasTransactionEnvelope()
An Envelope which includes a processed transaction
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasTransactionEnvelope()
An Envelope which includes a processed transaction
.common.Envelope transactionEnvelope = 1 [json_name = "transactionEnvelope"];
Envelope getTransactionEnvelope()
An Envelope which includes a processed transaction
.common.Envelope transactionEnvelope = 1 [json_name = "transactionEnvelope"];
EnvelopeOrBuilder getTransactionEnvelopeOrBuilder()
An Envelope which includes a processed transaction
.common.Envelope transactionEnvelope = 1 [json_name = "transactionEnvelope"];
int getValidationCode()
An indication of whether the transaction was validated or invalidated by committing peer
int32 validationCode = 2 [json_name = "validationCode"];
Copyright © 2022. All rights reserved.