摘要: package main import ( "github.com/hyperledger/fabric/core/chaincode/shim" "github.com/hyperledger/fabric/protos/peer" "log" ) type HelloWorld struct { 阅读全文
posted @ 2024-06-09 22:52 znsbc 阅读(4) 评论(0) 推荐(0) 编辑