FactoryContractInfo
type FactoryContractInfo = { abi?: ContractInterface; createAccount?: ( owner: string, getAccountAddress?: ( owner: string, ) => Promise<string>;};
type FactoryContractInfo = { abi?: ContractInterface; createAccount?: ( owner: string, getAccountAddress?: ( owner: string, ) => Promise<string>;};