@wavesenterprise/we-node-grpc-api
v1.1.1
Published
Waves Enterprise node GRPC API client
Downloads
32
Readme
WE GRPC API client
Install
$ npm i @wavesenterprise/we-node-grpc-api
or
$ yarn add @wavesenterprise/we-node-grpc-api
Use
All methods description can be found at https://docs.wavesenterprise.com/ru/latest/usage/grpc/usage-grpc.html#id4
Example:
import { UtilService } from '@wavesenterprise/we-node-grpc-api'
const service = new UtilService(NODE_ADDRESS, {
authorization: 'auth token',
})
const config = await service.getNodeConfig();