The client instance.
Optional
parameters: GetActiveHookParameters<TSmartAccount>Parameters for getting the smart account.
The address of the active hook as a hexadecimal string.
If the account is not found.
import { getActiveHook } from '@biconomy/abstractjs'
const activeHook = await getActiveHook(nexusClient)
console.log(activeHook) // '0x...'
Retrieves the active hook for a given smart account.