public interface ChaincodeProposalPayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsTransientMap(String key)
TransientMap contains data (e.g.
|
com.google.protobuf.ByteString |
getInput()
Input contains the arguments for this invocation.
|
Map<String,com.google.protobuf.ByteString> |
getTransientMap()
Deprecated.
|
int |
getTransientMapCount()
TransientMap contains data (e.g.
|
Map<String,com.google.protobuf.ByteString> |
getTransientMapMap()
TransientMap contains data (e.g.
|
com.google.protobuf.ByteString |
getTransientMapOrDefault(String key,
com.google.protobuf.ByteString defaultValue)
TransientMap contains data (e.g.
|
com.google.protobuf.ByteString |
getTransientMapOrThrow(String key)
TransientMap contains data (e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getInput()
Input contains the arguments for this invocation. If this invocation deploys a new chaincode, ESCC/VSCC are part of this field. This is usually a marshaled ChaincodeInvocationSpec
bytes input = 1 [json_name = "input"];
int getTransientMapCount()
TransientMap contains data (e.g. cryptographic material) that might be used to implement some form of application-level confidentiality. The contents of this field are supposed to always be omitted from the transaction and excluded from the ledger.
map<string, bytes> TransientMap = 2 [json_name = "TransientMap"];
boolean containsTransientMap(String key)
TransientMap contains data (e.g. cryptographic material) that might be used to implement some form of application-level confidentiality. The contents of this field are supposed to always be omitted from the transaction and excluded from the ledger.
map<string, bytes> TransientMap = 2 [json_name = "TransientMap"];
@Deprecated Map<String,com.google.protobuf.ByteString> getTransientMap()
getTransientMapMap()
instead.Map<String,com.google.protobuf.ByteString> getTransientMapMap()
TransientMap contains data (e.g. cryptographic material) that might be used to implement some form of application-level confidentiality. The contents of this field are supposed to always be omitted from the transaction and excluded from the ledger.
map<string, bytes> TransientMap = 2 [json_name = "TransientMap"];
com.google.protobuf.ByteString getTransientMapOrDefault(String key, com.google.protobuf.ByteString defaultValue)
TransientMap contains data (e.g. cryptographic material) that might be used to implement some form of application-level confidentiality. The contents of this field are supposed to always be omitted from the transaction and excluded from the ledger.
map<string, bytes> TransientMap = 2 [json_name = "TransientMap"];
com.google.protobuf.ByteString getTransientMapOrThrow(String key)
TransientMap contains data (e.g. cryptographic material) that might be used to implement some form of application-level confidentiality. The contents of this field are supposed to always be omitted from the transaction and excluded from the ledger.
map<string, bytes> TransientMap = 2 [json_name = "TransientMap"];
Copyright © 2022. All rights reserved.