Class LSCCProposalBuilder
- java.lang.Object
-
- org.hyperledger.fabric.sdk.transaction.ProposalBuilder
-
- org.hyperledger.fabric.sdk.transaction.LSCCProposalBuilder
-
- Direct Known Subclasses:
InstallProposalBuilder
,InstantiateProposalBuilder
,QueryCollectionsConfigBuilder
,QueryInstalledChaincodesBuilder
,QueryInstantiatedChaincodesBuilder
public class LSCCProposalBuilder extends ProposalBuilder
-
-
Field Summary
-
Fields inherited from class org.hyperledger.fabric.sdk.transaction.ProposalBuilder
ccType, context, request, transientMap
-
-
Constructor Summary
Constructors Constructor Description LSCCProposalBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hyperledger.fabric.protos.peer.FabricProposal.Proposal
build()
LSCCProposalBuilder
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 LSCCProposalBuilder 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
-
-