 Hyperledger Fabric 2.2.1 Documentationio/en/v2.2.1/private-data-arch.html]. ESCC/VSCC Plugins: The name of a custom endorsement or validation plugin to be used by this chaincode. Initialization: If you use the low level APIs provided by the Fabric [https://hyperledger.github.io/fabric-sdk-node/release-2.2/tutorial- transaction-commit-events.html] a plugin event handler, and examine a sample handler [https://github.com/hyperledger/fabric-sdk-node/blob/release- for chaincode 'basic' on channel 'mychannel': Version: 1.0, Sequence: 1, Endorsement Plugin: escc, Validation Plugin: vscc, Approvals: [Org1MSP: true, Org2MSP: true] Invoking the chaincode After the0 码力 | 848 页 | 11.56 MB | 1 年前3 Hyperledger Fabric 2.2.1 Documentationio/en/v2.2.1/private-data-arch.html]. ESCC/VSCC Plugins: The name of a custom endorsement or validation plugin to be used by this chaincode. Initialization: If you use the low level APIs provided by the Fabric [https://hyperledger.github.io/fabric-sdk-node/release-2.2/tutorial- transaction-commit-events.html] a plugin event handler, and examine a sample handler [https://github.com/hyperledger/fabric-sdk-node/blob/release- for chaincode 'basic' on channel 'mychannel': Version: 1.0, Sequence: 1, Endorsement Plugin: escc, Validation Plugin: vscc, Approvals: [Org1MSP: true, Org2MSP: true] Invoking the chaincode After the0 码力 | 848 页 | 11.56 MB | 1 年前3
 Hyperledger Fabric 2.2.0 Documentationio/en/master/private-data-arch.html]. ESCC/VSCC Plugins: The name of a custom endorsement or validation plugin to be used by this chaincode. Initialization: If you use the low level APIs provided by the Fabric [https://hyperledger.github.io/fabric-sdk-node/master/tutorial- transaction-commit-events.html] a plugin event handler, and examine a sample handler [https://github.com/hyperledger/fabric-sdk- node/bl for chaincode 'fabcar' on channel 'mychannel': Version: 1, Sequence: 1, Endorsement Plugin: escc, Validation Plugin: vscc, Approvals: [Org1MSP: true, Org2MSP: true] Invoking the chaincode After the0 码力 | 820 页 | 10.90 MB | 1 年前3 Hyperledger Fabric 2.2.0 Documentationio/en/master/private-data-arch.html]. ESCC/VSCC Plugins: The name of a custom endorsement or validation plugin to be used by this chaincode. Initialization: If you use the low level APIs provided by the Fabric [https://hyperledger.github.io/fabric-sdk-node/master/tutorial- transaction-commit-events.html] a plugin event handler, and examine a sample handler [https://github.com/hyperledger/fabric-sdk- node/bl for chaincode 'fabcar' on channel 'mychannel': Version: 1, Sequence: 1, Endorsement Plugin: escc, Validation Plugin: vscc, Approvals: [Org1MSP: true, Org2MSP: true] Invoking the chaincode After the0 码力 | 820 页 | 10.90 MB | 1 年前3
 Hyperledger Fabric 2.2.0 DocumentationData architecture reference. • ESCC/VSCC Plugins: The name of a custom endorsement or validation plugin to be used by this chaincode. • Initialization: If you use the low level APIs provided by the Fabric event handler. This allows a user to define their own logic for event handling. See how to define a plugin event handler, and examine a sample handler. A user-defined event handler is only necessary if you for chaincode 'fabcar' on channel 'mychannel': Version: 1, Sequence: 1, Endorsement Plugin: escc, Validation Plugin: vscc, ˓→Approvals: [Org1MSP: true, Org2MSP: true] 7.1.7 Invoking the chaincode After0 码力 | 577 页 | 9.03 MB | 1 年前3 Hyperledger Fabric 2.2.0 DocumentationData architecture reference. • ESCC/VSCC Plugins: The name of a custom endorsement or validation plugin to be used by this chaincode. • Initialization: If you use the low level APIs provided by the Fabric event handler. This allows a user to define their own logic for event handling. See how to define a plugin event handler, and examine a sample handler. A user-defined event handler is only necessary if you for chaincode 'fabcar' on channel 'mychannel': Version: 1, Sequence: 1, Endorsement Plugin: escc, Validation Plugin: vscc, ˓→Approvals: [Org1MSP: true, Org2MSP: true] 7.1.7 Invoking the chaincode After0 码力 | 577 页 | 9.03 MB | 1 年前3
 Hyperledger Fabric 2.2.1 DocumentationData architecture reference. • ESCC/VSCC Plugins: The name of a custom endorsement or validation plugin to be used by this chaincode. • Initialization: If you use the low level APIs provided by the Fabric event handler. This allows a user to define their own logic for event handling. See how to define a plugin event handler, and examine a sample handler. A user-defined event handler is only necessary if you for chaincode 'basic' on channel 'mychannel': Version: 1.0, Sequence: 1, Endorsement Plugin: escc, Validation Plugin: vscc, ˓→Approvals: [Org1MSP: true, Org2MSP: true] 7.1.7 Invoking the chaincode After0 码力 | 601 页 | 9.48 MB | 1 年前3 Hyperledger Fabric 2.2.1 DocumentationData architecture reference. • ESCC/VSCC Plugins: The name of a custom endorsement or validation plugin to be used by this chaincode. • Initialization: If you use the low level APIs provided by the Fabric event handler. This allows a user to define their own logic for event handling. See how to define a plugin event handler, and examine a sample handler. A user-defined event handler is only necessary if you for chaincode 'basic' on channel 'mychannel': Version: 1.0, Sequence: 1, Endorsement Plugin: escc, Validation Plugin: vscc, ˓→Approvals: [Org1MSP: true, Org2MSP: true] 7.1.7 Invoking the chaincode After0 码力 | 601 页 | 9.48 MB | 1 年前3
 Hyperledger Fabric 1.2 Documentationwritten in Go and loaded using the Go plugin package. A plugin includes a main package with exported symbols and is built with the command go build -buildmode=plugin. Every system chaincode must implement func New() shim.Chaincode in the main package. An example can be found in the repository at examples/plugin/scc. Existing chaincodes such as the QSCC can also serve as templates for certain features, such things like logging and testing. Note: On imported packages: the Go standard library requires that a plugin must include the same version of imported packages as the host application (Fabric, in this case)0 码力 | 335 页 | 4.48 MB | 1 年前3 Hyperledger Fabric 1.2 Documentationwritten in Go and loaded using the Go plugin package. A plugin includes a main package with exported symbols and is built with the command go build -buildmode=plugin. Every system chaincode must implement func New() shim.Chaincode in the main package. An example can be found in the repository at examples/plugin/scc. Existing chaincodes such as the QSCC can also serve as templates for certain features, such things like logging and testing. Note: On imported packages: the Go standard library requires that a plugin must include the same version of imported packages as the host application (Fabric, in this case)0 码力 | 335 页 | 4.48 MB | 1 年前3
 Hyperledger Fabric 1.2 Documentationloaded using the Go plugin [https://golang.org/pkg/plugin] package. A plugin includes a main package with exported symbols and is built with the command go build -buildmode=plugin. Every system chaincode func New() shim.Chaincode in the main package. An example can be found in the repository at examples/plugin/scc. Existing chaincodes such as the QSCC can also serve as templates for certain features, such things like logging and testing. Note On imported packages: the Go standard library requires that a plugin must include the same version of imported packages as the host application (Fabric, in this case)0 码力 | 497 页 | 6.59 MB | 1 年前3 Hyperledger Fabric 1.2 Documentationloaded using the Go plugin [https://golang.org/pkg/plugin] package. A plugin includes a main package with exported symbols and is built with the command go build -buildmode=plugin. Every system chaincode func New() shim.Chaincode in the main package. An example can be found in the repository at examples/plugin/scc. Existing chaincodes such as the QSCC can also serve as templates for certain features, such things like logging and testing. Note On imported packages: the Go standard library requires that a plugin must include the same version of imported packages as the host application (Fabric, in this case)0 码力 | 497 页 | 6.59 MB | 1 年前3
 Hyperledger Fabric 2.1.1 Documentationio/en/master/private-data-arch.html]. ESCC/VSCC Plugins: The name of a custom endorsement or validation plugin to be used by this chaincode. Initialization: If you use the low level APIs provided by the Fabric [https://hyperledger.github.io/fabric-sdk-node/master/tutorial- transaction-commit-events.html] a plugin event handler, and examine a sample handler [https://github.com/hyperledger/fabric-sdk- node/bl for chaincode 'fabcar' on channel 'mychannel': Version: 1, Sequence: 1, Endorsement Plugin: escc, Validation Plugin: vscc, Approvals: [Org1MSP: true, Org2MSP: true] Invoking the chaincode After the0 码力 | 816 页 | 10.25 MB | 1 年前3 Hyperledger Fabric 2.1.1 Documentationio/en/master/private-data-arch.html]. ESCC/VSCC Plugins: The name of a custom endorsement or validation plugin to be used by this chaincode. Initialization: If you use the low level APIs provided by the Fabric [https://hyperledger.github.io/fabric-sdk-node/master/tutorial- transaction-commit-events.html] a plugin event handler, and examine a sample handler [https://github.com/hyperledger/fabric-sdk- node/bl for chaincode 'fabcar' on channel 'mychannel': Version: 1, Sequence: 1, Endorsement Plugin: escc, Validation Plugin: vscc, Approvals: [Org1MSP: true, Org2MSP: true] Invoking the chaincode After the0 码力 | 816 页 | 10.25 MB | 1 年前3
 Hyperledger Fabric 2.2.1 DocumentationData architecture reference. • ESCC/VSCC Plugins: The name of a custom endorsement or validation plugin to be used by this chaincode. • Initialization: If you use the low level APIs provided by the Fabric event handler. This allows a user to define their own logic for event handling. See how to define a plugin event handler, and examine a sample handler. A user-defined event handler is only necessary if you for chaincode 'fabcar' on channel 'mychannel': Version: 1, Sequence: 1, Endorsement Plugin: escc, Validation Plugin: vscc, ˓→Approvals: [Org1MSP: true, Org2MSP: true] 7.1.7 Invoking the chaincode After0 码力 | 575 页 | 8.55 MB | 1 年前3 Hyperledger Fabric 2.2.1 DocumentationData architecture reference. • ESCC/VSCC Plugins: The name of a custom endorsement or validation plugin to be used by this chaincode. • Initialization: If you use the low level APIs provided by the Fabric event handler. This allows a user to define their own logic for event handling. See how to define a plugin event handler, and examine a sample handler. A user-defined event handler is only necessary if you for chaincode 'fabcar' on channel 'mychannel': Version: 1, Sequence: 1, Endorsement Plugin: escc, Validation Plugin: vscc, ˓→Approvals: [Org1MSP: true, Org2MSP: true] 7.1.7 Invoking the chaincode After0 码力 | 575 页 | 8.55 MB | 1 年前3
 Hyperledger Fabric 1.3 Documentationloaded using the Go plugin [https://golang.org/pkg/plugin] package. A plugin includes a main package with exported symbols and is built with the command go build -buildmode=plugin. Every system chaincode func New() shim.Chaincode in the main package. An example can be found in the repository at examples/plugin/scc. Existing chaincodes such as the QSCC can also serve as templates for certain features, such things like logging and testing. Note On imported packages: the Go standard library requires that a plugin must include the same version of imported packages as the host application (Fabric, in this case)0 码力 | 528 页 | 6.85 MB | 1 年前3 Hyperledger Fabric 1.3 Documentationloaded using the Go plugin [https://golang.org/pkg/plugin] package. A plugin includes a main package with exported symbols and is built with the command go build -buildmode=plugin. Every system chaincode func New() shim.Chaincode in the main package. An example can be found in the repository at examples/plugin/scc. Existing chaincodes such as the QSCC can also serve as templates for certain features, such things like logging and testing. Note On imported packages: the Go standard library requires that a plugin must include the same version of imported packages as the host application (Fabric, in this case)0 码力 | 528 页 | 6.85 MB | 1 年前3
 Hyperledger Fabric 2.1 Documentationio/en/release-2.1/private-data-arch.html]. ESCC/VSCC Plugins: The name of a custom endorsement or validation plugin to be used by this chaincode. Initialization: If you use the low level APIs provided by the Fabric [https://hyperledger.github.io/fabric-sdk-node/release-2.1/tutorial- transaction-commit-events.html] a plugin event handler, and examine a sample handler [https://github.com/hyperledger/fabric-sdk-node/blob/release- for chaincode 'fabcar' on channel 'mychannel': Version: 1, Sequence: 1, Endorsement Plugin: escc, Validation Plugin: vscc, Approvals: [Org1MSP: true, Org2MSP: true] Invoking the chaincode After the0 码力 | 904 页 | 10.95 MB | 1 年前3 Hyperledger Fabric 2.1 Documentationio/en/release-2.1/private-data-arch.html]. ESCC/VSCC Plugins: The name of a custom endorsement or validation plugin to be used by this chaincode. Initialization: If you use the low level APIs provided by the Fabric [https://hyperledger.github.io/fabric-sdk-node/release-2.1/tutorial- transaction-commit-events.html] a plugin event handler, and examine a sample handler [https://github.com/hyperledger/fabric-sdk-node/blob/release- for chaincode 'fabcar' on channel 'mychannel': Version: 1, Sequence: 1, Endorsement Plugin: escc, Validation Plugin: vscc, Approvals: [Org1MSP: true, Org2MSP: true] Invoking the chaincode After the0 码力 | 904 页 | 10.95 MB | 1 年前3
共 68 条
- 1
- 2
- 3
- 4
- 5
- 6
- 7














