public interface EndorseResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Envelope |
getPreparedTransaction()
The unsigned set of transaction responses from the endorsing peers for signing by the client
before submitting to ordering service (via gateway).
|
EnvelopeOrBuilder |
getPreparedTransactionOrBuilder()
The unsigned set of transaction responses from the endorsing peers for signing by the client
before submitting to ordering service (via gateway).
|
boolean |
hasPreparedTransaction()
The unsigned set of transaction responses from the endorsing peers for signing by the client
before submitting to ordering service (via gateway).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPreparedTransaction()
The unsigned set of transaction responses from the endorsing peers for signing by the client before submitting to ordering service (via gateway).
.common.Envelope prepared_transaction = 1 [json_name = "preparedTransaction"];
Envelope getPreparedTransaction()
The unsigned set of transaction responses from the endorsing peers for signing by the client before submitting to ordering service (via gateway).
.common.Envelope prepared_transaction = 1 [json_name = "preparedTransaction"];
EnvelopeOrBuilder getPreparedTransactionOrBuilder()
The unsigned set of transaction responses from the endorsing peers for signing by the client before submitting to ordering service (via gateway).
.common.Envelope prepared_transaction = 1 [json_name = "preparedTransaction"];
Copyright © 2022. All rights reserved.