public interface ChaincodeHeaderExtensionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ChaincodeID |
getChaincodeId()
The ID of the chaincode to target.
|
ChaincodeIDOrBuilder |
getChaincodeIdOrBuilder()
The ID of the chaincode to target.
|
boolean |
hasChaincodeId()
The ID of the chaincode to target.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasChaincodeId()
The ID of the chaincode to target.
.protos.ChaincodeID chaincode_id = 2 [json_name = "chaincodeId"];
ChaincodeID getChaincodeId()
The ID of the chaincode to target.
.protos.ChaincodeID chaincode_id = 2 [json_name = "chaincodeId"];
ChaincodeIDOrBuilder getChaincodeIdOrBuilder()
The ID of the chaincode to target.
.protos.ChaincodeID chaincode_id = 2 [json_name = "chaincodeId"];
Copyright © 2022. All rights reserved.