Type Definition pallet_contracts_registry::pallet::ContractsRegistry
source · pub type ContractsRegistry<T> = StorageMap<_GeneratedPrefixForStorageContractsRegistry<T>, Blake2_128Concat, RegistryContractId<T>, RegistryContract<<T as Config>::Hash, <T as Config>::AccountId, BalanceOf<T>, BlockNumberFor<T>>, OptionQuery>;
Expand description
The pre-validated composable contracts on-chain registry.
Storage type is [StorageMap
] with key type RegistryContractId < T >
and value type RegistryContract < < T as frame_system :: Config > :: Hash, < T as frame_system :: Config > :: AccountId, BalanceOf < T >, BlockNumberFor < T >, >
.