FISCO-BCOS / go-sdk

golang SDK of FISCO BCOS
Apache License 2.0
73 stars 58 forks source link

go-sdk没有找到client.Config #220

Open Ten163 opened 1 year ago

Ten163 commented 1 year ago

image

按照文档,为什么导入的 go-sdk v1.0.0 版本,但是 client 却没有 Config ?

还有一个,就是按照文档操作,使用go-sdk 的master 版本,编译出的abigen , ./abigen --bin ./HelloWorld.bin --abi HelloWorld.abi --pkg hello --type HelloWorld --out ./HelloWorld.go --smcrypto=true 生成HelloWorld.go 文件,go 文件出现有几错误的 image

image

image

bxq2011hust commented 1 year ago

请参考这个https://github.com/FISCO-BCOS/go-sdk/issues/214