diff --git a/substrate/srml/assets/src/lib.rs b/substrate/srml/assets/src/lib.rs index ad6a1ec549..d563db3b14 100644 --- a/substrate/srml/assets/src/lib.rs +++ b/substrate/srml/assets/src/lib.rs @@ -114,6 +114,14 @@ //! } //! ``` //! +//! ## Assumptions +//! +//! Below are assumptions that must be held when using this module. If any of +//! them are violated, the behavior of this module is undefined. +//! +//! * The total count of assets should be less than +//! `Trait::AssetId::max_value()`. +//! //! ## Related Modules //! //! * [`System`](../srml_system/index.html)