Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@drizzle-utils/get-balance-stream

Package Overview
Dependencies
Maintainers
4
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@drizzle-utils/get-balance-stream

A tool for streaming/listening to address balances.

latest
npmnpm
Version
0.3.0-alpha.0
Version published
Maintainers
4
Created
Source

@drizzle-utils/get-balance-stream

A tool for streaming/listening to address balances.

Usage

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

import createBalanceStream$ from "@drizzle-utils/get-balance-stream";

const returnVal$ = createBalanceStream$({
  web3,
  newBlock$,
  address: "myaddress",
});

FAQs

Package last updated on 16 Jun 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