UNPKG

@zondax/ledger-icp

Version:

Node API for the Internet Computer App (Ledger Nano S/X/S+/Stax/Flex)

11 lines (10 loc) 307 B
export declare const APP_KEY = "ICP"; export declare const SIGN_VALUES_P2: { DEFAULT: number; STAKE_TX: number; }; export declare const PKLEN = 65; export declare const ADDRLEN = 32; export declare const PRINCIPAL_LEN = 29; export declare const PREHASH_LEN = 43; export declare const SIGRSLEN = 64;