🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@drizzle-utils/contract-call-stream

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@drizzle-utils/contract-call-stream

A tool for streaming/listening to contract calls.

0.2.0
latest
npm
Version published
Weekly downloads
0
Maintainers
4
Weekly downloads
 
Created
Source

@drizzle-utils/contract-call-stream

A tool for streaming/listening to contract calls.

Usage

You'll need to pass in the newBlock$ that you can get from the @drizzle-utils/new-block-stream package.

import createContractCall$ from "@drizzle-utils/contract-call-stream";

const returnVal$ = createContractCall$({
  newBlock$,
  methodCall: contractInstance.methods.get(),
});

FAQs

Package last updated on 13 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts