0.0.2 • Published 10 months ago

ledger-secret-js v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

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>;
}