Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/web3/packages/web3-shh/types/index.d.ts>Subscribe

Deno / TypeScript to Ethereum Connector
Latest
interface Subscribe
import { type Subscribe } from "https://deno.land/x/web3@v0.11.1/packages/web3-shh/types/index.d.ts";

Methods

on(type: "data", handler: (data: Notification) => void): void
on(type: "error", handler: (data: Error) => void): void