The client instance.
Optional
args: GetSmartAccountParameter<TSmartAccount>Optional parameters for getting the smart account.
The account ID as a string.
If the account is not found.
If the accountId result is empty.
import { accountId } from '@biconomy/sdk'
const id = await accountId(nexusClient)
console.log(id) // 'example_account_id'
Retrieves the account ID for a given smart account.