Skip to content
New issue

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

怎样根据交易哈希查询交易详情和n的明文值呢? #107

Open
xpxw opened this issue Apr 22, 2022 · 0 comments
Open

怎样根据交易哈希查询交易详情和n的明文值呢? #107

xpxw opened this issue Apr 22, 2022 · 0 comments

Comments

@xpxw
Copy link

xpxw commented Apr 22, 2022

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的明文信息,应该怎么写呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant