// We want to enable all clippy lints, but some of them generate false positives.
/// Fungible tokens as described in [by the spec](https://nomicon.io/Standards/FungibleToken/README.html).
/// Non-fungible tokens as described in [by the spec](https://nomicon.io/Standards/NonFungibleToken/README.html).
/// Storage management deals with handling [state storage](https://docs.unc.org/docs/concepts/storage-staking) on UNC. This follows the [storage management standard](https://nomicon.io/Standards/StorageManagement.html).
/// This upgrade standard is a use case where a staging area exists for a WASM
/// blob, allowing it to be stored for a period of time before deployed.
pub