2.1.1 • Published 6 months ago

symbol-node-util v2.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

Symbol-Node-Util Module

This module retrieves the active node of the blockchain Symbol

Installation

npm install symbol-node-util
or
yarn add symbol-node-util

Usage

.ts

import { getActiveNode } from "symbol-node-util";

(async ()=>{
  const node = await getActiveNode(152);
  console.log(node);
})()
npx ts-node index.ts

.js

const nodeUtil =  require("symbol-node-util");

(async() => {
  const node = await nodeUtil.getActiveNode(104);
  console.log(node);
})()
node index.js

Feature

  • getActiveNode(NetworkType: number): Promise\<string>
2.1.1

6 months ago

2.1.0

6 months ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago