/** * Ethereum transaction hash type (hex string with 0x prefix). * Alias for viem's Hex type, provided for convenience. */ export type Hash = `0x${string}`; //# sourceMappingURL=EthereumWallet.d.ts.map