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