Module abstract_std::account_factory

source ·
Expand description

§Account Factory

abstract_std::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.

§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§

Enums§

Traits§

  • Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
  • Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.