Class CSCCProposalBuilder
- java.lang.Object
 - 
- org.hyperledger.fabric.sdk.transaction.ProposalBuilder
 - 
- org.hyperledger.fabric.sdk.transaction.CSCCProposalBuilder
 
 
 
- 
- Direct Known Subclasses:
 GetConfigBlockBuilder,JoinPeerProposalBuilder,QueryPeerChannelsBuilder
public class CSCCProposalBuilder extends ProposalBuilder
 
- 
- 
Field Summary
- 
Fields inherited from class org.hyperledger.fabric.sdk.transaction.ProposalBuilder
ccType, context, request, transientMap 
 - 
 
- 
Constructor Summary
Constructors Constructor Description CSCCProposalBuilder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hyperledger.fabric.protos.peer.FabricProposal.Proposalbuild()CSCCProposalBuildercontext(TransactionContext context)- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from class org.hyperledger.fabric.sdk.transaction.ProposalBuilder
args, ccType, chaincodeID, newBuilder, request 
 - 
 
 - 
 
- 
- 
Method Detail
- 
context
public CSCCProposalBuilder context(TransactionContext context)
- Overrides:
 contextin classProposalBuilder
 
- 
build
public org.hyperledger.fabric.protos.peer.FabricProposal.Proposal build() throws ProposalException, InvalidArgumentException- Overrides:
 buildin classProposalBuilder- Throws:
 ProposalExceptionInvalidArgumentException
 
 - 
 
 -