Example

const result = await chainpatrol.asset.check({
  type: "URL",
  content: "https://my-website.scam.com",
});

console.log(results);

Parameters

options
object
required

Return Value

The asset.check() method returns a Promise that resolves to an object with the following properties:

result
object
required