ChainPatrolClient
Overview
ChainPatrolClient is used to construct a client that connects to the ChainPatrol API
A ChainPatrolClient allows you to interface with the ChainPatrol API from a Node.js or browser application.
Constructor
new ChainPatrolClient()
Creates a new ChainPatrolClient instance.
Instance Methods
asset.check()
Checks the status of an asset to see if it is malicious or not.
asset.list()
Lists all assets (and their statuses) that have been reviewed by ChainPatrol.
Was this page helpful?