@dashevo/drive-grpc

v0.2.2
Drive GRPC definition files and generated clients

Drive GRPC

Build Status NPM version

Drive GRPC definition files and generated clients

Table of Contents

Install

npm install @dashevo/drive-grpc

Usage

import {
  UpdateStatePromiseClient,
  StartTransactionRequest,
} from '@dashevo/drive-grpc';

const client = new UpdateStatePromiseClient('http://localhost:8080');

const request = new StartTransactionRequest();

await client.startTransaction(request);

Contributing

Feel free to dive in! Open an issue or submit PRs.

License

MIT © Dash Core Group, Inc.

npm i @dashevo/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 10/16/2019

Downloads