Uses of Class
org.hyperledger.fabric.sdk.exception.ProposalException
Packages that use ProposalException
-
Uses of ProposalException in org.hyperledger.fabric.sdk
Methods in org.hyperledger.fabric.sdk that throw ProposalExceptionModifier and TypeMethodDescriptionLifecycleCheckCommitReadinessProposalResponse.getApprovalsMap()A map of approved and not approved.org.hyperledger.fabric.protos.peer.lifecycle.Lifecycle.CheckCommitReadinessResultLifecycleCheckCommitReadinessProposalResponse.getApprovalStatusResults()LifecycleCheckCommitReadinessProposalResponse.getApprovedOrgs()The set of organizations that hav approved this chaincode definition.LifecycleQueryChaincodeDefinitionProposalResponse.getChaincodeCollectionConfiguration()The collection configuration this chaincode was defined.LifecycleQueryChaincodeDefinitionsResult.getChaincodeCollectionConfiguration()Collection configurations defined for this chaincode.LifecycleQueryChaincodeDefinitionProposalResponse.getEndorsementPlugin()The endorsement plugin for this chaincode.booleanLifecycleQueryChaincodeDefinitionProposalResponse.getInitRequired()Is init required for the chaincode.LifecycleQueryInstalledChaincodeProposalResponse.getLabel()The lable used by this chaincode.LifecycleQueryChaincodeDefinitionsProposalResponse.getLifecycleQueryChaincodeDefinitionsResult()The definitions of chaincode that have been committed.Collection<LifecycleQueryInstalledChaincodesProposalResponse.LifecycleQueryInstalledChaincodesResult>LifecycleQueryInstalledChaincodesProposalResponse.getLifecycleQueryInstalledChaincodesResult()LifecycleInstallChaincodeProposalResponse.getPackageId()The packageId the identifies this chaincode change.LifecycleQueryInstalledChaincodeProposalResponse.getPackageId()The packageId for this chaincode.longLifecycleQueryChaincodeDefinitionProposalResponse.getSequence()The sequence of change for this chaincode.LifecycleCheckCommitReadinessProposalResponse.getUnApprovedOrgs()The set of organizations that have not approved this chaincode definition.byte[]LifecycleQueryChaincodeDefinitionProposalResponse.getValidationParameter()The validation parameter bytes that were set when the chaincode was defined.LifecycleQueryChaincodeDefinitionProposalResponse.getValidationPlugin()The valadiation plugin defined for this chaincode.LifecycleQueryChaincodeDefinitionProposalResponse.getVersion()The chaincodes versionChannel.joinPeer(Orderer orderer, Peer peer, Channel.PeerOptions peerOptions) Join peer to channelJoin the peer to the channel.Channel.joinPeer(Peer peer, Channel.PeerOptions peerOptions) Channel.lifecycleQueryChaincodeDefinition(QueryLifecycleQueryChaincodeDefinitionRequest queryLifecycleQueryChaincodeDefinitionRequest, Collection<Peer> peers) lifecycleQueryChaincodeDefinition get definition of chaincode.Channel.lifecycleQueryChaincodeDefinitions(LifecycleQueryChaincodeDefinitionsRequest proposalRequest, Collection<Peer> peers) Query namespaces.Channel.queryBlockByHash(byte[] blockHash) query this channel for a Block by the block hash.Channel.queryBlockByHash(byte[] blockHash, User userContext) query this channel for a Block by the block hash.Channel.queryBlockByHash(Collection<Peer> peers, byte[] blockHash) Query a peer in this channel for a Block by the block hash.Channel.queryBlockByHash(Collection<Peer> peers, byte[] blockHash, User userContext) Query a peer in this channel for a Block by the block hash.Channel.queryBlockByHash(Peer peer, byte[] blockHash) Query a peer in this channel for a Block by the block hash.Channel.queryBlockByNumber(long blockNumber) query this channel for a Block by the blockNumber.Channel.queryBlockByNumber(long blockNumber, User userContext) query this channel for a Block by the blockNumber.Channel.queryBlockByNumber(Collection<Peer> peers, long blockNumber) query a peer in this channel for a Block by the blockNumber This method may not be thread safe if client context is changed!Channel.queryBlockByNumber(Collection<Peer> peers, long blockNumber, User userContext) query a peer in this channel for a Block by the blockNumberChannel.queryBlockByNumber(Peer peer, long blockNumber) Query a peer in this channel for a Block by the blockNumber This method may not be thread safe if client context is changed!Channel.queryBlockByNumber(Peer peer, long blockNumber, User userContext) query a peer in this channel for a Block by the blockNumberChannel.queryBlockByTransactionID(String txID) query this channel for a Block by a TransactionID contained in the block The request is tried on on each peer till successful.Channel.queryBlockByTransactionID(String txID, User userContext) query this channel for a Block by a TransactionID contained in the block The request is sent to a random peer in the channelChannel.queryBlockByTransactionID(Collection<Peer> peers, String txID) query a peer in this channel for a Block by a TransactionID contained in the block This method may not be thread safe if client context is changed!Channel.queryBlockByTransactionID(Collection<Peer> peers, String txID, User userContext) query a peer in this channel for a Block by a TransactionID contained in the blockChannel.queryBlockByTransactionID(Peer peer, String txID) query a peer in this channel for a Block by a TransactionID contained in the block This method may not be thread safe if client context is changed!Channel.queryBlockByTransactionID(Peer peer, String txID, User userContext) query a peer in this channel for a Block by a TransactionID contained in the blockChannel.queryBlockchainInfo()query this channel for chain information.Channel.queryBlockchainInfo(Collection<Peer> peers, User userContext) query for chain informationChannel.queryBlockchainInfo(Peer peer) query for chain information This method may not be thread safe if client context is changed!Channel.queryBlockchainInfo(Peer peer, User userContext) query for chain informationChannel.queryBlockchainInfo(User userContext) query this channel for chain information.Channel.queryByChaincode(QueryByChaincodeRequest queryByChaincodeRequest) Send Query proposalChannel.queryByChaincode(QueryByChaincodeRequest queryByChaincodeRequest, Collection<Peer> peers) Send Query proposalHFClient.queryChannels(Peer peer) Query the joined channels for peersChannel.queryCollectionsConfig(String chaincodeName, Peer peer, User userContext) Get information on the collections used by the chaincode.List<org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo>HFClient.queryInstalledChaincodes(Peer peer) Deprecated.List<org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo>Channel.queryInstantiatedChaincodes(Peer peer) Query peer for chaincode that has been instantiated This method may not be thread safe if client context is changed!List<org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo>Channel.queryInstantiatedChaincodes(Peer peer, User userContext) Query peer for chaincode that has been instantiatedChannel.queryTransactionByID(String txID) Query this channel for a Fabric Transaction given its transactionID.Channel.queryTransactionByID(String txID, User userContext) Query this channel for a Fabric Transaction given its transactionID.Channel.queryTransactionByID(Collection<Peer> peers, String txID, User userContext) Query for a Fabric Transaction given its transactionIDChannel.queryTransactionByID(Peer peer, String txID) Query for a Fabric Transaction given its transactionID This method may not be thread safe if client context is changed!Channel.queryTransactionByID(Peer peer, String txID, User userContext) Query for a Fabric Transaction given its transactionIDHFClient.sendInstallProposal(InstallProposalRequest installProposalRequest, Collection<Peer> peers) Deprecated.Channel.sendInstantiationProposal(InstantiateProposalRequest instantiateProposalRequest) Deprecated.See new lifecycle chaincode management.Channel.sendInstantiationProposal(InstantiateProposalRequest instantiateProposalRequest, Collection<Peer> peers) Deprecated.See new lifecycle chaincode management.Channel.sendLifecycleApproveChaincodeDefinitionForMyOrgProposal(LifecycleApproveChaincodeDefinitionForMyOrgRequest lifecycleApproveChaincodeDefinitionForMyOrgRequest, Collection<Peer> peers) Approve chaincode to be run on this peer's organization.Channel.sendLifecycleApproveChaincodeDefinitionForMyOrgProposal(LifecycleApproveChaincodeDefinitionForMyOrgRequest lifecycleApproveChaincodeDefinitionForMyOrgRequest, Peer peer) Approve chaincode to be run on this peer's organization.Channel.sendLifecycleCheckCommitReadinessRequest(LifecycleCheckCommitReadinessRequest lifecycleCheckCommitReadinessRequest, Collection<Peer> peers) Query approval status for all organizations.Channel.sendLifecycleCommitChaincodeDefinitionProposal(LifecycleCommitChaincodeDefinitionRequest lifecycleCommitChaincodeDefinitionRequest, Collection<Peer> peers) Commit chaincode final approval to run on all organizations that have approved.HFClient.sendLifecycleInstallChaincodeRequest(LifecycleInstallChaincodeRequest lifecycleInstallChaincodeRequest, Collection<Peer> peers) Send install chaincode request proposal to peers.HFClient.sendLifecycleQueryInstalledChaincode(LifecycleQueryInstalledChaincodeRequest lifecycleQueryInstalledChaincodeRequest, Collection<Peer> peers) Query installed chaincode on a peer.HFClient.sendLifecycleQueryInstalledChaincodes(LifecycleQueryInstalledChaincodesRequest lifecycleQueryInstalledChaincodesRequest, Collection<Peer> peers) Query the peer for installed chaincodes informationChannel.sendTransactionProposal(TransactionProposalRequest transactionProposalRequest) Send a transaction proposal.Channel.sendTransactionProposal(TransactionProposalRequest transactionProposalRequest, Collection<Peer> peers) Send a transaction proposal to specific peers.Channel.sendTransactionProposalToEndorsers(TransactionProposalRequest transactionProposalRequest, Channel.DiscoveryOptions discoveryOptions) Send a transaction proposal.Channel.sendUpgradeProposal(UpgradeProposalRequest upgradeProposalRequest) Deprecated.See new Lifecycle chaincode management.Channel.sendUpgradeProposal(UpgradeProposalRequest upgradeProposalRequest, Collection<Peer> peers) Deprecated.See new Lifecycle chaincode management.voidProposalResponse.setProposal(org.hyperledger.fabric.protos.peer.ProposalPackage.SignedProposal signedProposal)
LifecycleQueryInstalledChaincodesRequest