Class GetConfigBlockBuilder
- java.lang.Object
-
- org.hyperledger.fabric.sdk.transaction.ProposalBuilder
-
- org.hyperledger.fabric.sdk.transaction.CSCCProposalBuilder
-
- org.hyperledger.fabric.sdk.transaction.GetConfigBlockBuilder
-
public class GetConfigBlockBuilder extends CSCCProposalBuilder
-
-
Field Summary
-
Fields inherited from class org.hyperledger.fabric.sdk.transaction.ProposalBuilder
ccType, context, request, transientMap
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GetConfigBlockBuilder
channelId(java.lang.String channelId)
GetConfigBlockBuilder
context(TransactionContext context)
static GetConfigBlockBuilder
newBuilder()
-
Methods inherited from class org.hyperledger.fabric.sdk.transaction.CSCCProposalBuilder
build
-
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, request
-
-
-
-
Method Detail
-
channelId
public GetConfigBlockBuilder channelId(java.lang.String channelId) throws ProposalException
- Throws:
ProposalException
-
context
public GetConfigBlockBuilder context(TransactionContext context)
- Overrides:
context
in classCSCCProposalBuilder
-
newBuilder
public static GetConfigBlockBuilder newBuilder()
-
-