public class QueryByChaincodeRequest extends TransactionRequest
TransactionRequest.Type
Modifier and Type | Method and Description |
---|---|
static QueryByChaincodeRequest |
newInstance(User userContext) |
void |
setTransientMap(Map<String,byte[]> transientMap)
Transient data added to the proposal that is not added to the ledger.
|
doVerify, getArgBytes, getArgs, getChaincodeCollectionConfiguration, getChaincodeEndorsementPolicy, getChaincodeID, getChaincodeLanguage, getChaincodeName, getChaincodePath, getChaincodeVersion, getFabricChaincodeID, getFcn, getProposalWaitTime, getTransientMap, isInit, noChannelID, setArgBytes, setArgs, setArgs, setArgs, setChaincodeCollectionConfiguration, setChaincodeEndorsementPolicy, setChaincodeID, setChaincodeLanguage, setChaincodeName, setChaincodeVersion, setFcn, setInit, setProposalWaitTime, setUserContext
public static QueryByChaincodeRequest newInstance(User userContext)
public void setTransientMap(Map<String,byte[]> transientMap) throws InvalidArgumentException
transientMap
- Map of strings to bytes that's added to the proposalInvalidArgumentException
- if the argument is null.Copyright © 2020. All rights reserved.