Get desktop application:
View/edit binary Protocol Buffers messages
ApproveChaincodeDefinitionForMyOrgArgs is the message used as arguments to `_lifecycle.ApproveChaincodeDefinitionForMyOrg`.
ApproveChaincodeDefinitionForMyOrgResult is the message returned by `_lifecycle.ApproveChaincodeDefinitionForMyOrg`. Currently it returns nothing, but may be extended in the future.
(message has no fields)
ChaincodeEndorsementInfo is (most) everything the peer needs to know in order to execute a chaincode
Used in:
,Used in:
Used in:
(message has no fields)
ValidationInfo is (most) everything the peer needs to know in order to validate a transaction
CheckCommitReadinessArgs is the message used as arguments to `_lifecycle.CheckCommitReadiness`.
CheckCommitReadinessResult is the message returned by `_lifecycle.CheckCommitReadiness`. It returns a map of orgs to their approval (true/false) for the definition supplied as args.
CommitChaincodeDefinitionArgs is the message used as arguments to `_lifecycle.CommitChaincodeDefinition`.
CommitChaincodeDefinitionResult is the message returned by `_lifecycle.CommitChaincodeDefinition`. Currently it returns nothing, but may be extended in the future.
(message has no fields)
GetInstalledChaincodePackageArgs is the message used as the argument to '_lifecycle.GetInstalledChaincodePackage'.
GetInstalledChaincodePackageResult is the message returned by '_lifecycle.GetInstalledChaincodePackage'.
InstallChaincodeArgs is the message used as the argument to '_lifecycle.InstallChaincode'.
This should be a marshaled lifecycle.ChaincodePackage
InstallChaincodeArgs is the message returned by '_lifecycle.InstallChaincode'.
QueryApprovedChaincodeDefinitionArgs is the message used as arguments to `_lifecycle.QueryApprovedChaincodeDefinition`.
QueryApprovedChaincodeDefinitionResult is the message returned by `_lifecycle.QueryApprovedChaincodeDefinition`.
QueryChaincodeDefinitionArgs is the message used as arguments to `_lifecycle.QueryChaincodeDefinition`.
QueryChaincodeDefinitionResult is the message returned by `_lifecycle.QueryChaincodeDefinition`.
QueryChaincodeDefinitionsArgs is the message used as arguments to `_lifecycle.QueryChaincodeDefinitions`.
(message has no fields)
QueryChaincodeDefinitionsResult is the message returned by `_lifecycle.QueryChaincodeDefinitions`.
Used in:
QueryInstalledChaincodeArgs is the message used as arguments '_lifecycle.QueryInstalledChaincode'
QueryInstalledChaincodeResult is the message returned by '_lifecycle.QueryInstalledChaincode'
Used in:
Used in:
QueryInstalledChaincodesArgs currently is an empty argument to '_lifecycle.QueryInstalledChaincodes'. In the future, it may be extended to have parameters.
(message has no fields)
QueryInstalledChaincodesResult is the message returned by '_lifecycle.QueryInstalledChaincodes'. It returns a list of installed chaincodes, including a map of channel name to chaincode name and version pairs of chaincode definitions that reference this chaincode package.
Used in:
Used in:
Used in:
StateData encodes a particular field of a datatype
StateMetadata describes the keys in a namespace. It is necessary because in collections, range scans are not possible during transactions which write. Therefore we must track the keys in our namespace ourselves.