web3olalala
released this
15 Dec 04:25
·
0 commits
to develop
since this release
What's Changed
- Update code by @web3olalala in #1
New Contributors
- @web3olalala made their first contribution in #1
Full Changelog: dubhe-testnet-v1.0.0...dubhe-testnet-v1.1.0
Framework
- StorageValue: A type representing a value in storage. A storage value is a single value of a given type stored on-chain.
- StorageMap: A type representing a map in storage. A storage map is a mapping of keys to values of a given type stored on-chain.
- StorageDoubleMap: A type representing a double map in storage. This structure associates a pair of keys with a value of a specified type stored on-chain.
- TypeInfo: Parsing Move type to get basic information.