Module pallet_inv4::account_derivation
source · Expand description
Core Account Derivation.
§Overview
This module defines a method for generating account addresses, and how it’s implemented within this pallet. We use a custom derivation scheme to ensure that when a multisig is created, its AccountId remains consistent across different parachains, promoting seamless interaction.
§The module contains:
CoreAccountDerivation
trait: The interface for our derivation method.- Pallet implementation: The specific logic used to derive AccountIds.
Traits§
- Trait providing the XCM location and the derived account of a core.