Skip to content

SolarRepublic/ledger-secret-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published