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.Proposal
build()
CSCCProposalBuilder
context(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:
context
in classProposalBuilder
-
build
public org.hyperledger.fabric.protos.peer.FabricProposal.Proposal build() throws ProposalException, InvalidArgumentException
- Overrides:
build
in classProposalBuilder
- Throws:
ProposalException
InvalidArgumentException
-
-