Module pallet_inv4::inv4_core

source ·
Expand description

Core creation and internal management.

§Overview

This module handles the mechanics of creating multisigs (referred to as “cores”) and their lifecycle management. Key functions include:

  • inner_create_core: Sets up a new core, deriving its AccountId, distributing voting tokens, and handling creation fees.
  • inner_set_parameters: Updates the core’s operational rules.
  • is_asset_frozen: Utility function for checking if a core’s voting asset is frozen (can’t be transferred by the owner).

Type Aliases§