public interface ChaincodeValidationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getArgument()
When 'vscc' a marshaled VSCCArgs
|
String |
getName()
Specifies which code to run to validate transactions, defaults to 'vscc'
|
com.google.protobuf.ByteString |
getNameBytes()
Specifies which code to run to validate transactions, defaults to 'vscc'
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getName()
Specifies which code to run to validate transactions, defaults to 'vscc'
string name = 1 [json_name = "name"];
com.google.protobuf.ByteString getNameBytes()
Specifies which code to run to validate transactions, defaults to 'vscc'
string name = 1 [json_name = "name"];
com.google.protobuf.ByteString getArgument()
When 'vscc' a marshaled VSCCArgs
bytes argument = 2 [json_name = "argument"];
Copyright © 2022. All rights reserved.