ledger-secret-js
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

ledger-secret-js

Interact with the Ledger Secret App from Node.js or the Web.

Exports a single class SecretApp that extends CosmosApp from ledger-cosmos-js, adding the following methods:

export default class SecretApp extends CosmosApp {
    supportsTransparentSigning(): Promise<boolean>;
    signTransparent(path: number[], buffer: Uint8Array, tx_key: Uint8Array, type?: number): Promise<Response>;
}

Package Sidebar

Install

npm i ledger-secret-js

Weekly Downloads

1

Version

0.0.2

License

ISC

Unpacked Size

13.5 kB

Total Files

8

Last publish

Collaborators

  • blake.regalia