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
No description provided.
The text was updated successfully, but these errors were encountered:
kv 的set与get接口不变,继续使用原来的接口 Put(kvTx *KVTx) , 数据结构不变。 新增历史查询接口,查询某一个key被设置过的历史。GetHistory( key [] byte ) ([]UpdateHistory) type UpdateHistory struct { Value []byte //value值 TxHash []byte //曾经设置key的交易哈希 BlockHeight int64 //交易执行的高度 }
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: