UNPKG

@etherna/sdk-js

Version:

Etherna SDKs for operations on the network

8 lines 259 B
import type { EthAddress } from "../types"; /** * Creates unprefixed hex string from wide range of data. * * @param input */ export declare function makeHexString(input: string | number | Uint8Array | EthAddress): string; //# sourceMappingURL=hex.d.ts.map