pub fn remove_resource<T: Config>(id: ResourceId)
Expand description

Removes a resource ID from the resource mapping.

After this call, bridge transfers with the associated resource ID will be rejected.

  • O(1) removal

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::remove_resource.