@exromany/lido-csm-sdk
Version:
[](https://github.com/lidofinance/lido-csm-sdk/blob/main/LICENSE.txt) [](h
6 lines • 356 B
TypeScript
import { Hex } from 'viem';
export declare const isHexadecimalString: (input: string, length?: number) => boolean;
export declare const trimHexPrefix: (input: string) => string;
export declare const toHexString: (text: string) => Hex;
export declare const normalizeTrimHex: (hex: string | Hex) => string;
//# sourceMappingURL=is-hexadecimal-string.d.ts.map