ChainPatrolClient is used to construct a client that connects to the ChainPatrol API
import { ChainPatrolClient } from "@chainpatrol/sdk";
const chainpatrol = new ChainPatrolClient({ apiKey: "<API_KEY>" });
new ChainPatrolClient()Was this page helpful?