Contract Functions

IAccountFactory

Interface for AccountFactory contract.

Version 4.6.5

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.
  • Functions

    createAccount

    createAccount(address)
    Ask about contract functions, security, or implementation details

    Press Enter to send your query

    Source Code

    1