UNPKG

@ledgerhq/coin-stacks

Version:
8 lines 480 B
import { ResponseAddress } from "@zondax/ledger-stacks"; export declare const isValidHex: (msg: string) => boolean; export declare const isValidBase64: (msg: string) => boolean; export declare const isNoErrorReturnCode: (code: number) => code is 36864; export declare const getPath: (path: string) => string; export declare const throwIfError: (r: ResponseAddress) => void; export declare const getBufferFromString: (message: string) => Buffer; //# sourceMappingURL=utils.d.ts.map