Send an event to the ChainPatrol relay.
import { Relay, Events } from "@chainpatrol/sdk"; Relay.send(Events.ContinueAtOwnRisk, { domain: "example.com" });
send()
type
data
Was this page helpful?