IAccountFactory

Interface for AccountFactory contract.

IAccountFactory Contract

This interface defines the functions of an AccountFactory contract, responsible for creating and managing accounts.

Functions

  • createAccount(address owner): Creates a new account with the specified owner.
  • getAccount(address account): Returns the account address associated with the given owner.
  • getAccountOwner(address account): Returns the owner address associated with the given account.