Function pallet_contracts_registry::pallet::dispatchables::add_new_contract
source · pub fn add_new_contract<T: Config>(
requester: T::AccountId,
contract: RegistryContract<T::Hash, T::AccountId, BalanceOf<T>, BlockNumberFor<T>>
)
Expand description
Inserts a contract into the on-chain registry. Root only access.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::add_new_contract
.