下面是一个代码示例:
shh.post({
"from": myIdentity,
"topic": [ web3.fromAscii(appName) ],
"payload": [ web3.fromAscii(myName), web3.fromAscii("What is your name?") ],
"ttl": 100,
"priority": 1000
});是什么阻止我们将文件放入有效负载--即大base64编码或十六进制字符串?
发布于 2016-11-23 21:52:30
https://ethereum.stackexchange.com/questions/8874
复制相似问题