HashInput Component

This component provides an input field where users can enter an address, transaction hash, or ENS name. It detects the type of input and displays the relevant information based on the detection results.

<HashInput
chain={mainnet}
onSearch={(result) => console.log(result)}
/>