🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@dashevo/drive-grpc

Package Overview
Dependencies
Maintainers
11
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dashevo/drive-grpc

Drive GRPC definition files and generated clients

latest
npmnpm
Version
0.3.0
Version published
Maintainers
11
Created
Source

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.

FAQs

Package last updated on 24 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts