UNPKG

@ledgerhq/coin-casper

Version:
14 lines 632 B
/// <reference types="node" /> /// <reference types="node" /> export declare const isNoErrorReturnCode: (code: number) => boolean; export declare const getPath: (path: string) => string; export declare const isValidHex: (msg: string) => boolean; export declare const isValidBase64: (msg: string) => boolean; export declare const isError: (r: { returnCode: number; errorMessage: string; }) => void; export declare const methodToString: (method: number) => string; export declare const getBufferFromString: (message: string) => Buffer; export declare function getRandomTransferID(): string; //# sourceMappingURL=utils.d.ts.map