Function register

Source
pub fn register<T: Config>(who: T::AccountId, index: u16)
Expand description

Register a derivative index for an account id. Dispatchable by DerivativeAddressRegistrationOrigin

We do not store the derivative address, but only the index. We do not need to store the derivative address to issue calls, only the index is enough

For now an index is registered for all possible destinations and not per-destination. We can change this in the future although it would just make things more complicated

ยงWarning: Doc-Only

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