UNPKG

@flaunch/sdk

Version:

Flaunch SDK to easily interact with the Flaunch protocol

4 lines 197 B
import { Hex } from "viem"; export declare const bytes32ToUint256: (value: Hex) => bigint; export declare const uint256ToBytes32: (value: bigint) => `0x${string}`; //# sourceMappingURL=hex.d.ts.map