Interface | Description |
---|---|
BlockListener |
BlockListener implemented by classes needing to receive block events.
|
ChaincodeEventListener |
ChaincodeEventListener implemented by classes needing to receive chaincode events.
|
Channel.SDOrdererAddition | |
Channel.SDOrdererAdditionInfo | |
Channel.SDPeerAddition | |
Channel.SDPeerAdditionInfo | |
Enrollment |
Interface which is the contract between the Certificate Authority provider and the SDK.
|
NetworkConfig.NetworkConfigAddOrdererHandler |
Interface defining handler for adding orderers.
|
NetworkConfig.NetworkConfigAddPeerHandler |
Interface defining handler for adding peers.
|
Peer.PeerEventingServiceDisconnected | |
Peer.PeerEventingServiceDisconnectEvent | |
ServiceDiscovery.EndorsementSelector | |
User |
User - Is the interface needed to be implemented by embedding application of the SDK
|
Class | Description |
---|---|
BlockchainInfo |
BlockchainInfo contains information about the blockchain ledger.
|
BlockEvent |
A wrapper for the Block returned in an Event
|
BlockInfo |
BlockInfo contains the data from a
Common.Block |
BlockInfo.EndorserInfo | |
ChaincodeCollectionConfiguration | |
ChaincodeEndorsementPolicy |
A wrapper for the Hyperledger Fabric Policy object
|
ChaincodeEvent |
Encapsulates a Chaincode event.
|
ChaincodeID | Deprecated
See lifecycle install
LifecycleChaincodePackage |
ChaincodeID.Builder |
Build a new ChaincodeID
|
ChaincodeResponse | |
Channel |
The class representing a channel with which the client SDK interacts.
|
Channel.AnchorPeersConfigUpdateResult | |
Channel.DiscoveryOptions |
Options for doing service discovery.
|
Channel.NOfEvents |
NofEvents may be used with @see
TransactionOptions#nOfEvents(NOfEvents) to control how reporting Peer service events and Eventhubs will
complete the future acknowledging the transaction has been seen by those Peers. |
Channel.PeerOptions |
Options for the peer.
|
Channel.SDOPeerDefaultAddition | |
Channel.SDOrdererDefaultAddition | |
Channel.ServiceDiscoveryChaincodeCalls |
Additional metadata used by service discovery to find the endorsements needed.
|
Channel.TransactionOptions |
TransactionOptions class can be used to change how the SDK processes the Transaction.
|
ChannelConfiguration |
A wrapper for the Hyperledger Channel configuration
|
CollectionConfigPackage |
Collection of information on chaincode collection.
|
CollectionConfigPackage.CollectionConfig |
Collection information.
|
HFClient | |
InstallProposalRequest | Deprecated |
InstantiateProposalRequest | Deprecated
See
LifecycleCommitChaincodeDefinitionRequest to define chaincode
then TransactionRequest.setInit(boolean) to do initialization if required. |
LifecycleApproveChaincodeDefinitionForMyOrgProposalResponse |
Result of sending a
LifecycleApproveChaincodeDefinitionForMyOrgRequest . |
LifecycleApproveChaincodeDefinitionForMyOrgRequest |
LifecycleApproveChaincodeDefinitionForMyOrgRequest parameters for approving chaincode with lifecycle.
|
LifecycleChaincodeEndorsementPolicy |
A wrapper for the Hyperledger Fabric Policy object
|
LifecycleChaincodePackage |
A wrapper for the Hyperledger Fabric Policy object
|
LifecycleCheckCommitReadinessProposalResponse |
Returns the response for a LifecycleCheckCommitReadinessStatus showing what organizations have or have not approved yet.
|
LifecycleCheckCommitReadinessRequest |
Queries the approval status of organizations for chaincode sequence.
|
LifecycleCommitChaincodeDefinitionProposalResponse | |
LifecycleCommitChaincodeDefinitionRequest |
LifecycleCommitChaincodeDefinitionRequest parameters for defining chaincode with lifecycle
|
LifecycleInstallChaincodeProposalResponse |
The response to
LifecycleInstallChaincodeRequest |
LifecycleInstallChaincodeRequest |
LifecycleInstallChaincodeRequest parameters for installing chaincode with lifecycle
see also
HFClient.sendLifecycleInstallChaincodeRequest(LifecycleInstallChaincodeRequest, Collection) |
LifecycleQueryChaincodeDefinitionProposalResponse |
LifecycleQueryChaincodeDefinitionProposalResponse is response to a LifecycleQueryChaincodeDefinition
Returns the chaoncode's sequence, version, endorsement plugin, validation plugin, validation parameter, collections and init is required.
|
LifecycleQueryChaincodeDefinitionsProposalResponse | |
LifecycleQueryChaincodeDefinitionsRequest |
Request for definitions of commited chaincode.
|
LifecycleQueryChaincodeDefinitionsResult |
Definition of a chaincode.
|
LifecycleQueryInstalledChaincodeProposalResponse |
QueryInstalledChaincode proposal returned by sending the
LifecycleQueryInstalledChaincodeRequest to a peer. |
LifecycleQueryInstalledChaincodeRequest |
Request to get a
LifecycleQueryInstalledChaincodeProposalResponse for a specific packageId |
LifecycleQueryInstalledChaincodesProposalResponse |
Result of querying all chaincodes on a peer.
|
LifecycleQueryInstalledChaincodesRequest |
Request to return all installed chaincode on a peer.
|
NetworkConfig |
Holds details of network and channel configurations typically loaded from an external config file.
|
NetworkConfig.CAInfo |
Holds the details of a Certificate Authority
|
NetworkConfig.OrgInfo |
Holds details of an Organization
|
NetworkConfig.UserInfo |
Holds details of a User
|
Orderer |
The Orderer class represents a orderer to which SDK sends deploy, invoke, or query requests.
|
Peer |
The Peer class represents a peer to which SDK sends deploy, or query proposals requests.
|
ProposalResponse | |
QueryByChaincodeRequest | |
QueryLifecycleQueryChaincodeDefinitionRequest |
The QueryLifecycleQueryChaincodeDefinitionRequest returns for a specific chaincode name it's
latest sequence change, version, collections and if init is required.
|
QuerySCCRequest |
Request for getting information about the blockchain ledger.
|
QueuedBlockEvent |
Event returned on a Queued Block event listener.
|
SDKUtils | |
ServiceDiscovery | |
ServiceDiscovery.SDChaindcode | |
ServiceDiscovery.SDEndorser | |
ServiceDiscovery.SDEndorserState | |
ServiceDiscovery.SDLayout | |
ServiceDiscovery.SDOrderer | |
TransactionInfo |
TransactionInfo contains the data from a
TransactionPackage.ProcessedTransaction message |
TransactionProposalRequest | |
TransactionRequest |
A base transaction request common for InstallProposalRequest,trRequest, and QueryRequest.
|
TxReadWriteSetInfo | |
TxReadWriteSetInfo.NsRwsetInfo | |
UpdateChannelConfiguration |
A wrapper for the Hyperledger Channel update configuration
|
UpgradeProposalRequest | Deprecated
New lifecycle upgrade is like install with new version.
|
Enum | Description |
---|---|
BlockInfo.EnvelopeType | |
ChaincodeLanguage | |
ChaincodeResponse.Status | |
Peer.PeerRole |
Possible roles a peer can perform.
|
TransactionRequest.Type |
Copyright © 2020. All rights reserved.