public interface ChaincodeSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ChaincodeID |
getChaincodeId()
.protos.ChaincodeID chaincode_id = 2 [json_name = "chaincodeId"]; |
ChaincodeIDOrBuilder |
getChaincodeIdOrBuilder()
.protos.ChaincodeID chaincode_id = 2 [json_name = "chaincodeId"]; |
ChaincodeInput |
getInput()
.protos.ChaincodeInput input = 3 [json_name = "input"]; |
ChaincodeInputOrBuilder |
getInputOrBuilder()
.protos.ChaincodeInput input = 3 [json_name = "input"]; |
int |
getTimeout()
int32 timeout = 4 [json_name = "timeout"]; |
ChaincodeSpec.Type |
getType()
.protos.ChaincodeSpec.Type type = 1 [json_name = "type"]; |
int |
getTypeValue()
.protos.ChaincodeSpec.Type type = 1 [json_name = "type"]; |
boolean |
hasChaincodeId()
.protos.ChaincodeID chaincode_id = 2 [json_name = "chaincodeId"]; |
boolean |
hasInput()
.protos.ChaincodeInput input = 3 [json_name = "input"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getTypeValue()
.protos.ChaincodeSpec.Type type = 1 [json_name = "type"];
ChaincodeSpec.Type getType()
.protos.ChaincodeSpec.Type type = 1 [json_name = "type"];
boolean hasChaincodeId()
.protos.ChaincodeID chaincode_id = 2 [json_name = "chaincodeId"];
ChaincodeID getChaincodeId()
.protos.ChaincodeID chaincode_id = 2 [json_name = "chaincodeId"];
ChaincodeIDOrBuilder getChaincodeIdOrBuilder()
.protos.ChaincodeID chaincode_id = 2 [json_name = "chaincodeId"];
boolean hasInput()
.protos.ChaincodeInput input = 3 [json_name = "input"];
ChaincodeInput getInput()
.protos.ChaincodeInput input = 3 [json_name = "input"];
ChaincodeInputOrBuilder getInputOrBuilder()
.protos.ChaincodeInput input = 3 [json_name = "input"];
int getTimeout()
int32 timeout = 4 [json_name = "timeout"];
Copyright © 2022. All rights reserved.