pub fn remove_sub<T: Config>(
    sub: <<T as Config>::Lookup as StaticLookup>::Source,
)Expand description
Remove the given account from the sender’s subs.
Payment: Balance reserved by a previous set_subs call for one sub will be repatriated
to the sender.
The dispatch origin for this call must be Signed and the sender must have a registered
sub identity of sub.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::remove_sub.