Module abstract_core::account_factory
source · Expand description
Account Factory
abstract_core::account_factory handles Account creation and registration.
Description
The Account factory instantiates a new Account instance and registers it with the crate::version_control contract. It then forwards the payment to the main account’s subscription module.
Create a new Account
Call ExecuteMsg::CreateAccount on this contract along with a crate::objects::gov_type and name you’d like to display on your Account.
Modules
Structs
- Msg used on instantiation
- We currently take no arguments for migrations
Enums
- Execute function entrypoint.