Skip to content

dubhe-testnet-v1.1.0

Latest
Compare
Choose a tag to compare
@web3olalala web3olalala released this 15 Dec 04:25
· 0 commits to develop since this release

What's Changed

New Contributors

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.