We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set示例:
curl http://127.0.0.1:8080/hello/set?n=hello 返回示例(表示交易哈希):
0x1c8b283daef12b38632e8a6b8fe4d798e053feb5128d9eaf2be77c324645763b get示例:
curl http://127.0.0.1:8080/hello/get 返回示例:
["hello"]
这个hello好像是最后一次交易发送的值,如果要获取 0x1c8b283daef12b38632e8a6b8fe4d798e053feb5128d9eaf2be77c324645763b这个哈希的交易回执和 n=hello的明文信息,应该怎么写呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
set示例:
curl http://127.0.0.1:8080/hello/set?n=hello
返回示例(表示交易哈希):
0x1c8b283daef12b38632e8a6b8fe4d798e053feb5128d9eaf2be77c324645763b
get示例:
curl http://127.0.0.1:8080/hello/get
返回示例:
["hello"]
这个hello好像是最后一次交易发送的值,如果要获取
0x1c8b283daef12b38632e8a6b8fe4d798e053feb5128d9eaf2be77c324645763b这个哈希的交易回执和 n=hello的明文信息,应该怎么写呢?
The text was updated successfully, but these errors were encountered: