export type Hash = `0x${string}`; export type Felt = `0x${string}`; export type BLOCK_HASH = `0x${string}`; export type FELT = `0x${string}`; export type ResourcePrice = { value: bigint; unit: 'wei'; }; //# sourceMappingURL=utils.d.ts.map