2.1.1 • Published 2 years ago

symbol-node-util v2.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years 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

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago