Class | Description |
---|---|
ACLs |
ACLs provides mappings for resources in a channel.
|
ACLs.Builder |
ACLs provides mappings for resources in a channel.
|
AnchorPeer |
AnchorPeer message structure which provides information about anchor peer, it includes host name,
port number and peer certificate.
|
AnchorPeer.Builder |
AnchorPeer message structure which provides information about anchor peer, it includes host name,
port number and peer certificate.
|
AnchorPeers |
AnchorPeers simply represents list of anchor peers which is used in ConfigurationItem
|
AnchorPeers.Builder |
AnchorPeers simply represents list of anchor peers which is used in ConfigurationItem
|
APIResource |
APIResource represents an API resource in the peer whose ACL
is determined by the policy_ref field
|
APIResource.Builder |
APIResource represents an API resource in the peer whose ACL
is determined by the policy_ref field
|
ApplicationPolicy |
ApplicationPolicy captures the diffenrent policy types that
are set and evaluted at the application level.
|
ApplicationPolicy.Builder |
ApplicationPolicy captures the diffenrent policy types that
are set and evaluted at the application level.
|
BlockAndPrivateData |
BlockAndPrivateData contains Block and a map from tx_seq_in_block to rwset.TxPvtReadWriteSet
|
BlockAndPrivateData.Builder |
BlockAndPrivateData contains Block and a map from tx_seq_in_block to rwset.TxPvtReadWriteSet
|
CDSData |
CDSData is data stored in the LSCC on instantiation of a CC
for CDSPackage.
|
CDSData.Builder |
CDSData is data stored in the LSCC on instantiation of a CC
for CDSPackage.
|
ChaincodeAction |
ChaincodeAction contains the executed chaincode results, response, and event.
|
ChaincodeAction.Builder |
ChaincodeAction contains the executed chaincode results, response, and event.
|
ChaincodeActionPayload |
ChaincodeActionPayload is the message to be used for the TransactionAction's
payload when the Header's type is set to CHAINCODE.
|
ChaincodeActionPayload.Builder |
ChaincodeActionPayload is the message to be used for the TransactionAction's
payload when the Header's type is set to CHAINCODE.
|
ChaincodeCall |
ChaincodeCall defines a call to a chaincode.
|
ChaincodeCall.Builder |
ChaincodeCall defines a call to a chaincode.
|
ChaincodeData |
ChaincodeData defines the datastructure for chaincodes to be serialized by proto
Type provides an additional check by directing to use a specific package after instantiation
Data is Type specific (see CDSPackage and SignedCDSPackage)
|
ChaincodeData.Builder |
ChaincodeData defines the datastructure for chaincodes to be serialized by proto
Type provides an additional check by directing to use a specific package after instantiation
Data is Type specific (see CDSPackage and SignedCDSPackage)
|
ChaincodeDeploymentSpec |
Specify the deployment of a chaincode.
|
ChaincodeDeploymentSpec.Builder |
Specify the deployment of a chaincode.
|
ChaincodeEndorsedAction |
ChaincodeEndorsedAction carries information about the endorsement of a
specific proposal
|
ChaincodeEndorsedAction.Builder |
ChaincodeEndorsedAction carries information about the endorsement of a
specific proposal
|
ChaincodeEndorsement |
ChaincodeEndorsement instructs the peer how transactions should be endorsed.
|
ChaincodeEndorsement.Builder |
ChaincodeEndorsement instructs the peer how transactions should be endorsed.
|
ChaincodeEvent |
ChaincodeEvent is used for events and registrations that are specific to chaincode
string type - "chaincode"
|
ChaincodeEvent.Builder |
ChaincodeEvent is used for events and registrations that are specific to chaincode
string type - "chaincode"
|
ChaincodeEventProto | |
ChaincodeGrpc |
Chaincode as a server - peer establishes a connection to the chaincode as a client
Currently only supports a stream connection.
|
ChaincodeGrpc.ChaincodeBlockingStub |
Chaincode as a server - peer establishes a connection to the chaincode as a client
Currently only supports a stream connection.
|
ChaincodeGrpc.ChaincodeFutureStub |
Chaincode as a server - peer establishes a connection to the chaincode as a client
Currently only supports a stream connection.
|
ChaincodeGrpc.ChaincodeImplBase |
Chaincode as a server - peer establishes a connection to the chaincode as a client
Currently only supports a stream connection.
|
ChaincodeGrpc.ChaincodeStub |
Chaincode as a server - peer establishes a connection to the chaincode as a client
Currently only supports a stream connection.
|
ChaincodeHeaderExtension |
ChaincodeHeaderExtension is the Header's extentions message to be used when
the Header's type is CHAINCODE.
|
ChaincodeHeaderExtension.Builder |
ChaincodeHeaderExtension is the Header's extentions message to be used when
the Header's type is CHAINCODE.
|
ChaincodeID |
ChaincodeID contains the path as specified by the deploy transaction
that created it as well as the hashCode that is generated by the
system for the path.
|
ChaincodeID.Builder |
ChaincodeID contains the path as specified by the deploy transaction
that created it as well as the hashCode that is generated by the
system for the path.
|
ChaincodeIdentifier |
ChaincodeIdentifier identifies a piece of chaincode.
|
ChaincodeIdentifier.Builder |
ChaincodeIdentifier identifies a piece of chaincode.
|
ChaincodeInfo |
ChaincodeInfo contains general information about an installed/instantiated
chaincode
|
ChaincodeInfo.Builder |
ChaincodeInfo contains general information about an installed/instantiated
chaincode
|
ChaincodeInput |
Carries the chaincode function and its arguments.
|
ChaincodeInput.Builder |
Carries the chaincode function and its arguments.
|
ChaincodeInterest |
ChaincodeInterest defines an interest about an endorsement
for a specific single chaincode invocation.
|
ChaincodeInterest.Builder |
ChaincodeInterest defines an interest about an endorsement
for a specific single chaincode invocation.
|
ChaincodeInvocationSpec |
Carries the chaincode function and its arguments.
|
ChaincodeInvocationSpec.Builder |
Carries the chaincode function and its arguments.
|
ChaincodeMessage |
Protobuf type
protos.ChaincodeMessage |
ChaincodeMessage.Builder |
Protobuf type
protos.ChaincodeMessage |
ChaincodeProposalPayload |
ChaincodeProposalPayload is the Proposal's payload message to be used when
the Header's type is CHAINCODE.
|
ChaincodeProposalPayload.Builder |
ChaincodeProposalPayload is the Proposal's payload message to be used when
the Header's type is CHAINCODE.
|
ChaincodeProto | |
ChaincodeQueryResponse |
ChaincodeQueryResponse returns information about each chaincode that pertains
to a query in lscc.go, such as GetChaincodes (returns all chaincodes
instantiated on a channel), and GetInstalledChaincodes (returns all chaincodes
installed on a peer)
|
ChaincodeQueryResponse.Builder |
ChaincodeQueryResponse returns information about each chaincode that pertains
to a query in lscc.go, such as GetChaincodes (returns all chaincodes
instantiated on a channel), and GetInstalledChaincodes (returns all chaincodes
installed on a peer)
|
ChaincodeShimProto | |
ChaincodeSpec |
Carries the chaincode specification.
|
ChaincodeSpec.Builder |
Carries the chaincode specification.
|
ChaincodeSupportGrpc |
Interface that provides support to chaincode execution.
|
ChaincodeSupportGrpc.ChaincodeSupportBlockingStub |
Interface that provides support to chaincode execution.
|
ChaincodeSupportGrpc.ChaincodeSupportFutureStub |
Interface that provides support to chaincode execution.
|
ChaincodeSupportGrpc.ChaincodeSupportImplBase |
Interface that provides support to chaincode execution.
|
ChaincodeSupportGrpc.ChaincodeSupportStub |
Interface that provides support to chaincode execution.
|
ChaincodeValidation |
ChaincodeValidation instructs the peer how transactions for this chaincode should be
validated.
|
ChaincodeValidation.Builder |
ChaincodeValidation instructs the peer how transactions for this chaincode should be
validated.
|
ChannelInfo |
ChannelInfo contains general information about channels
|
ChannelInfo.Builder |
ChannelInfo contains general information about channels
|
ChannelQueryResponse |
ChannelQueryResponse returns information about each channel that pertains
to a query in lscc.go, such as GetChannels (returns all channels for a
given peer)
|
ChannelQueryResponse.Builder |
ChannelQueryResponse returns information about each channel that pertains
to a query in lscc.go, such as GetChannels (returns all channels for a
given peer)
|
CollectionConfig |
CollectionConfig defines the configuration of a collection object;
it currently contains a single, static type.
|
CollectionConfig.Builder |
CollectionConfig defines the configuration of a collection object;
it currently contains a single, static type.
|
CollectionConfigPackage |
CollectionConfigPackage represents an array of CollectionConfig
messages; the extra struct is required because repeated oneof is
forbidden by the protobuf syntax
|
CollectionConfigPackage.Builder |
CollectionConfigPackage represents an array of CollectionConfig
messages; the extra struct is required because repeated oneof is
forbidden by the protobuf syntax
|
CollectionPolicyConfig |
Collection policy configuration.
|
CollectionPolicyConfig.Builder |
Collection policy configuration.
|
CollectionProto | |
ConfigTree |
ConfigTree encapsulates channel and resources configuration of a channel.
|
ConfigTree.Builder |
ConfigTree encapsulates channel and resources configuration of a channel.
|
ConfigurationProto | |
DeliverGrpc | |
DeliverGrpc.DeliverBlockingStub | |
DeliverGrpc.DeliverFutureStub | |
DeliverGrpc.DeliverImplBase | |
DeliverGrpc.DeliverStub | |
DeliverResponse |
DeliverResponse
|
DeliverResponse.Builder |
DeliverResponse
|
DelState |
DelState is the payload of a ChaincodeMessage.
|
DelState.Builder |
DelState is the payload of a ChaincodeMessage.
|
Endorsement |
An endorsement is a signature of an endorser over a proposal response.
|
Endorsement.Builder |
An endorsement is a signature of an endorser over a proposal response.
|
EndorserGrpc | |
EndorserGrpc.EndorserBlockingStub | |
EndorserGrpc.EndorserFutureStub | |
EndorserGrpc.EndorserImplBase | |
EndorserGrpc.EndorserStub | |
EventsProto | |
FilteredBlock |
FilteredBlock is a minimal set of information about a block
|
FilteredBlock.Builder |
FilteredBlock is a minimal set of information about a block
|
FilteredChaincodeAction |
FilteredChaincodeAction is a minimal set of information about an action
within a transaction
|
FilteredChaincodeAction.Builder |
FilteredChaincodeAction is a minimal set of information about an action
within a transaction
|
FilteredTransaction |
FilteredTransaction is a minimal set of information about a transaction
within a block
|
FilteredTransaction.Builder |
FilteredTransaction is a minimal set of information about a transaction
within a block
|
FilteredTransactionActions |
FilteredTransactionActions is a wrapper for array of TransactionAction
message from regular block
|
FilteredTransactionActions.Builder |
FilteredTransactionActions is a wrapper for array of TransactionAction
message from regular block
|
GetHistoryForKey |
GetHistoryForKey is the payload of a ChaincodeMessage.
|
GetHistoryForKey.Builder |
GetHistoryForKey is the payload of a ChaincodeMessage.
|
GetQueryResult |
GetQueryResult is the payload of a ChaincodeMessage.
|
GetQueryResult.Builder |
GetQueryResult is the payload of a ChaincodeMessage.
|
GetState |
GetState is the payload of a ChaincodeMessage.
|
GetState.Builder |
GetState is the payload of a ChaincodeMessage.
|
GetStateByRange |
GetStateByRange is the payload of a ChaincodeMessage.
|
GetStateByRange.Builder |
GetStateByRange is the payload of a ChaincodeMessage.
|
GetStateMetadata |
Protobuf type
protos.GetStateMetadata |
GetStateMetadata.Builder |
Protobuf type
protos.GetStateMetadata |
JoinBySnapshotStatus |
JoinBySnapshotStatus contains information about whether or a JoinBySnapshot operation
is in progress and the related bootstrap dir if it is running.
|
JoinBySnapshotStatus.Builder |
JoinBySnapshotStatus contains information about whether or a JoinBySnapshot operation
is in progress and the related bootstrap dir if it is running.
|
LifecycleEvent |
LifecycleEvent is used as the payload of the chaincode event emitted by LSCC
|
LifecycleEvent.Builder |
LifecycleEvent is used as the payload of the chaincode event emitted by LSCC
|
PeerProto | |
PolicyProto | |
ProcessedTransaction |
ProcessedTransaction wraps an Envelope that includes a transaction along with an indication
of whether the transaction was validated or invalidated by committing peer.
|
ProcessedTransaction.Builder |
ProcessedTransaction wraps an Envelope that includes a transaction along with an indication
of whether the transaction was validated or invalidated by committing peer.
|
Proposal |
A Proposal is sent to an endorser for endorsement.
|
Proposal.Builder |
A Proposal is sent to an endorser for endorsement.
|
ProposalProto | |
ProposalResponse |
A ProposalResponse is returned from an endorser to the proposal submitter.
|
ProposalResponse.Builder |
A ProposalResponse is returned from an endorser to the proposal submitter.
|
ProposalResponsePayload |
ProposalResponsePayload is the payload of a proposal response.
|
ProposalResponsePayload.Builder |
ProposalResponsePayload is the payload of a proposal response.
|
ProposalResponseProto | |
PurgePrivateState |
Protobuf type
protos.PurgePrivateState |
PurgePrivateState.Builder |
Protobuf type
protos.PurgePrivateState |
PutState |
PutState is the payload of a ChaincodeMessage.
|
PutState.Builder |
PutState is the payload of a ChaincodeMessage.
|
PutStateMetadata |
Protobuf type
protos.PutStateMetadata |
PutStateMetadata.Builder |
Protobuf type
protos.PutStateMetadata |
QueryMetadata |
QueryMetadata is the metadata of a GetStateByRange and GetQueryResult.
|
QueryMetadata.Builder |
QueryMetadata is the metadata of a GetStateByRange and GetQueryResult.
|
QueryPendingSnapshotsResponse |
QueryPendingSnapshotsResponse specifies the response payload of a query pending snapshots request
|
QueryPendingSnapshotsResponse.Builder |
QueryPendingSnapshotsResponse specifies the response payload of a query pending snapshots request
|
QueryProto | |
QueryResponse |
QueryResponse is returned by the peer as a result of a GetStateByRange,
GetQueryResult, and GetHistoryForKey.
|
QueryResponse.Builder |
QueryResponse is returned by the peer as a result of a GetStateByRange,
GetQueryResult, and GetHistoryForKey.
|
QueryResponseMetadata |
QueryResponseMetadata is the metadata of a QueryResponse.
|
QueryResponseMetadata.Builder |
QueryResponseMetadata is the metadata of a QueryResponse.
|
QueryResultBytes |
QueryResultBytes hold the byte representation of a record returned by the peer.
|
QueryResultBytes.Builder |
QueryResultBytes hold the byte representation of a record returned by the peer.
|
QueryStateClose |
Protobuf type
protos.QueryStateClose |
QueryStateClose.Builder |
Protobuf type
protos.QueryStateClose |
QueryStateNext |
Protobuf type
protos.QueryStateNext |
QueryStateNext.Builder |
Protobuf type
protos.QueryStateNext |
ResourcesProto | |
Response |
A response with a representation similar to an HTTP response that can
be used within another message.
|
Response.Builder |
A response with a representation similar to an HTTP response that can
be used within another message.
|
SignedCcDepSpecProto | |
SignedChaincodeDeploymentSpec |
SignedChaincodeDeploymentSpec carries the CDS along with endorsements
|
SignedChaincodeDeploymentSpec.Builder |
SignedChaincodeDeploymentSpec carries the CDS along with endorsements
|
SignedProposal |
This structure is necessary to sign the proposal which contains the header
and the payload.
|
SignedProposal.Builder |
This structure is necessary to sign the proposal which contains the header
and the payload.
|
SignedSnapshotRequest |
SignedSnapshotRequest contains marshalled request bytes and signature
|
SignedSnapshotRequest.Builder |
SignedSnapshotRequest contains marshalled request bytes and signature
|
SnapshotGrpc | |
SnapshotGrpc.SnapshotBlockingStub | |
SnapshotGrpc.SnapshotFutureStub | |
SnapshotGrpc.SnapshotImplBase | |
SnapshotGrpc.SnapshotStub | |
SnapshotProto | |
SnapshotQuery |
SnapshotQuery contains information for a query snapshot request
|
SnapshotQuery.Builder |
SnapshotQuery contains information for a query snapshot request
|
SnapshotRequest |
SnapshotRequest contains information for a generate/cancel snapshot request
|
SnapshotRequest.Builder |
SnapshotRequest contains information for a generate/cancel snapshot request
|
StateMetadata |
Protobuf type
protos.StateMetadata |
StateMetadata.Builder |
Protobuf type
protos.StateMetadata |
StateMetadataResult |
Protobuf type
protos.StateMetadataResult |
StateMetadataResult.Builder |
Protobuf type
protos.StateMetadataResult |
StaticCollectionConfig |
StaticCollectionConfig constitutes the configuration parameters of a
static collection object.
|
StaticCollectionConfig.Builder |
StaticCollectionConfig constitutes the configuration parameters of a
static collection object.
|
Transaction |
The transaction to be sent to the ordering service.
|
Transaction.Builder |
The transaction to be sent to the ordering service.
|
TransactionAction |
TransactionAction binds a proposal to its action.
|
TransactionAction.Builder |
TransactionAction binds a proposal to its action.
|
TransactionProto | |
VSCCArgs |
VSCCArgs is passed (marshaled) as a parameter to the VSCC imlementation via the
argument field of the ChaincodeValidation message.
|
VSCCArgs.Builder |
VSCCArgs is passed (marshaled) as a parameter to the VSCC imlementation via the
argument field of the ChaincodeValidation message.
|
Enum | Description |
---|---|
ApplicationPolicy.TypeCase | |
ChaincodeMessage.Type |
Protobuf enum
protos.ChaincodeMessage.Type |
ChaincodeSpec.Type |
Protobuf enum
protos.ChaincodeSpec.Type |
CollectionConfig.PayloadCase | |
CollectionPolicyConfig.PayloadCase | |
DeliverResponse.TypeCase | |
FilteredTransaction.DataCase | |
MetaDataKeys |
Reserved entries in the key-level metadata map
|
TxValidationCode |
Protobuf enum
protos.TxValidationCode |
Copyright © 2022. All rights reserved.