jjzjj

GetPrivateData

全部标签

go - 单元测试 hyperledger fabric 链码 (GetPrivateData)

有没有什么方法可以在hyperledgerfabric链代码中对私有(private)数据进行单元测试?我发现没有私有(private)数据的链码测试文件。ChaincodeTest 最佳答案 是的,其中之一是MarbleExample.您可以在UsingPrivateDatainFabric找到文档 关于go-单元测试hyperledgerfabric链码(GetPrivateData),我们在StackOverflow上找到一个类似的问题: https:/