UNPKG

@zondax/ledger-cosmos-js

Version:

Node API for Cosmos App (Ledger Nano S/S+/X)

12 lines (11 loc) 240 B
export interface ResponseAddress { bech32_address: string; compressed_pk: Buffer; } export interface ResponsePubkey { bech32_address: string; compressed_pk: Buffer; } export interface ResponseSign { signature: Buffer; }