UNPKG

@etherna/sdk-js

Version:

Etherna SDKs for operations on the network

5 lines 293 B
import type { EthAddress } from "../clients"; export declare function fromHexString(hexString: string): Uint8Array; export declare function toHexString(bytes: Uint8Array): string; export declare function toEthAccount(bytes: Uint8Array | string): EthAddress; //# sourceMappingURL=bytes.d.ts.map