@ledgerhq/coin-internet_computer
Version:
Ledger Internet Computer integration
10 lines • 542 B
TypeScript
/// <reference types="node" />
/// <reference types="node" />
export declare const getPath: (path: string) => string;
export declare const isValidHex: (msg: string) => boolean;
export declare const isValidBase64: (msg: string) => boolean;
export declare const methodToString: (method: number) => string;
export declare const getBufferFromString: (message: string) => Buffer;
export declare const normalizeEpochTimestamp: (timestamp: string) => number;
export declare function getRandomTransferID(): string;
//# sourceMappingURL=utils.d.ts.map