AccountApiParams
interface AccountApiParams
extends Omit<BaseApiParams, "provider">,
ContractInfo {
accountAddress: string;
accountInfo: AccountContractInfo;
chain: ChainOrRpcUrl;
clientId: string;
entryPointAddress: string;
factoryAddress: string;
factoryInfo: FactoryContractInfo;
localSigner: Signer;
overheads: Partial<GasOverheads>;
paymasterAPI: PaymasterAPI;
secretKey: string;
}