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 JoinPeerProposalBuildercontext(TransactionContext context)JoinPeerProposalBuildergenesisBlock(org.hyperledger.fabric.protos.common.Common.Block genesisBlock)static JoinPeerProposalBuildernewBuilder()- 
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:
 contextin classCSCCProposalBuilder
 
- 
newBuilder
public static JoinPeerProposalBuilder newBuilder()
 
 - 
 
 -