1.3.0 • Published 1 year ago

@cityofzion/neon-event-listener v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Neon-EventListener

Install

npm i @cityofzion/neon-event-listener

Initialize NeonEventListener

To use NeonEventListener as a Neo3EventListener you can simply instantiate NeonEventListener and pass the NeonEventListener instance to the SDK that requires a Neo3EventListener.

import { NeonEventListener } from '@cityofzion/neon-event-listener'

const neonEventListener: Neo3EventListener = new NeonEventListener(NeonEventListener.MAINNET)

Usage

The usage of NeonEventListener is documented in the Neo3-EventListener Docs.