Skip to content

Pre-release dubhe-mainnet-v1.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@web3olalala web3olalala released this 15 Dec 12:52
· 0 commits to develop since this release

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.