Class JoinPeerProposalBuilder
- java.lang.Object
-
- org.hyperledger.fabric.sdk.transaction.ProposalBuilder
-
- org.hyperledger.fabric.sdk.transaction.CSCCProposalBuilder
-
- org.hyperledger.fabric.sdk.transaction.JoinPeerProposalBuilder
-
public class JoinPeerProposalBuilder 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 JoinPeerProposalBuilder
context(TransactionContext context)
JoinPeerProposalBuilder
genesisBlock(org.hyperledger.fabric.protos.common.Common.Block genesisBlock)
static JoinPeerProposalBuilder
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
-
genesisBlock
public JoinPeerProposalBuilder genesisBlock(org.hyperledger.fabric.protos.common.Common.Block genesisBlock) throws ProposalException
- Throws:
ProposalException
-
context
public JoinPeerProposalBuilder context(TransactionContext context)
- Overrides:
context
in classCSCCProposalBuilder
-
newBuilder
public static JoinPeerProposalBuilder newBuilder()
-
-