Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@blooo/hw-app-vtb

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blooo/hw-app-vtb

Ledger Hardware Wallet VTB Application API

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Github,

@blooo/hw-app-vtb

Ledger Hardware Wallet VTB JavaScript bindings.

API

Table of Contents

VTB

VTB API

Parameters
  • transport Transport
Examples
import VTB from "@blooo/hw-app-vtb";
const vtb = new VTB(transport)
getAddress
Parameters
  • path string
  • requireConfirmation boolean if true, user must valid if the address is correct on the device (optional, default false)

Returns Promise<{pubKey: string, address: string, return_code: number}>

sign

Sign a payload

Parameters
  • path any
  • message string payload

Returns string signed payload to be broadcasted

Keywords

FAQs

Package last updated on 07 Sep 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc