@bitspark/bitnode

The Bitnode client module.

It implements a Bitnode gateway client that can be used to connect to a Bitnode instance and interact with it.

To connect to a Bitnode instance, create a new instance of the Bitnode class and call its Bitnode.connect method.

const bitnode = new Bitnode('ws://localhost:12358/ws');
await bitnode.connect();

Index

Classes

Interfaces

Type Aliases

Functions

Generated using TypeDoc