Attribute Macro frame_support::pallet_macros::unbounded
source · #[unbounded]
Expand description
The optional attribute #[pallet::unbounded]
declares the storage as unbounded. When
implementating the storage info (when #[pallet::generate_storage_info]
is specified on
the pallet struct placeholder), the size of the storage will be declared as unbounded. This
can be useful for storage which can never go into PoV (Proof of Validity).