UNPKG

@axiom-crypto/keystore-sdk

Version:

Keystore Rollup SDK

6 lines 161 B
import { Hex } from "viem"; /** * Represents a number as a hex string (e.g., "0x1"). */ export type HexQuantity = Hex; //# sourceMappingURL=primitives.d.ts.map