ledger-secret-js
v0.0.2
Published
Drop-in replacement for ledger-cosmos-js
Downloads
3
Maintainers
Readme
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>;
}