1.1.1 • Published 2 years ago

@wavesenterprise/we-node-grpc-api v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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();