public interface SubmitRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getChannelId()
Identifier of the channel this request is bound for.
|
com.google.protobuf.ByteString |
getChannelIdBytes()
Identifier of the channel this request is bound for.
|
Envelope |
getPreparedTransaction()
The signed set of endorsed transaction responses to submit.
|
EnvelopeOrBuilder |
getPreparedTransactionOrBuilder()
The signed set of endorsed transaction responses to submit.
|
String |
getTransactionId()
Identifier of the transaction to submit.
|
com.google.protobuf.ByteString |
getTransactionIdBytes()
Identifier of the transaction to submit.
|
boolean |
hasPreparedTransaction()
The signed set of endorsed transaction responses to submit.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getTransactionId()
Identifier of the transaction to submit.
string transaction_id = 1 [json_name = "transactionId"];
com.google.protobuf.ByteString getTransactionIdBytes()
Identifier of the transaction to submit.
string transaction_id = 1 [json_name = "transactionId"];
String getChannelId()
Identifier of the channel this request is bound for.
string channel_id = 2 [json_name = "channelId"];
com.google.protobuf.ByteString getChannelIdBytes()
Identifier of the channel this request is bound for.
string channel_id = 2 [json_name = "channelId"];
boolean hasPreparedTransaction()
The signed set of endorsed transaction responses to submit.
.common.Envelope prepared_transaction = 3 [json_name = "preparedTransaction"];
Envelope getPreparedTransaction()
The signed set of endorsed transaction responses to submit.
.common.Envelope prepared_transaction = 3 [json_name = "preparedTransaction"];
EnvelopeOrBuilder getPreparedTransactionOrBuilder()
The signed set of endorsed transaction responses to submit.
.common.Envelope prepared_transaction = 3 [json_name = "preparedTransaction"];
Copyright © 2022. All rights reserved.