@aloxide/demux-icon
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

Table of content

Package @aloxide/demux-icon

demux-icon is an implementation of demux for ICON network

Usage

const { IconActionReader } = require('demux-js');

const actionReader = new IconActionReader({
  startAtBlock: 4194850,
  onlyIrreversible: false,
  endpoint: 'https://bicon.net.solidwallet.io/api/v3',
  nid: 3,
  jsonrpc: '2.0',
  logSource: 'IconActionReader',
  logLevel: 'info',
});

Example

example.ts

node version: >= v10
npm i -g yarn
yarn dev

Readme

Keywords

none

Package Sidebar

Install

npm i @aloxide/demux-icon

Weekly Downloads

1

Version

0.6.0

License

Apache-2.0

Unpacked Size

40.4 kB

Total Files

54

Last publish

Collaborators

  • flowersinthesand
  • manhvu