constsmartAccountClient=createSmartAccountClient({ account: smartAccount, entryPoint:ENTRYPOINT_ADDRESS_V07, chain: arbitrumSepolia, bundlerTransport:http(bundlerUrl)})// get all ownersconstowners=smartAccountClient.getOwners()// get owners with passkey details (creation date, device data...)constowners=smartAccountClient.getEnrichedOwners()