UNPKG

@zondax/ledger-filecoin

Version:

Node API for the Filecoin App (Ledger Nano S+, X, Stax and Flex)

10 lines (9 loc) 202 B
export interface ResponseAddress { compressed_pk: Buffer; addrByte: Buffer; addrString: string; } export interface ResponseSign { signature_compact: Buffer; signature_der: Buffer; }