The client instance.
Parameters including the smart account and module type to check.
A boolean indicating whether the module type is supported.
If the account is not found.
import { supportsModule } from '@biconomy/abstractjs'
const isSupported = await supportsModule(nexusClient, {
type: 'executor'
})
console.log(isSupported) // true or false
Checks if a smart account supports a specific module type.