dAppBooster
    Preparing search index...
    Hash: FC<HashProps> = ...

    Hash component, displays a hash with an optional copy button and an optional external link.

    Hash component props.

    The hash to display.

    The URL to the explorer for the hash. If provided, an external link icon will be displayed. Default is an empty string.

    The function to call when the copy button is clicked. Default is undefined.

    Whether to show the copy button. Default is false.

    The number of characters to show at the start and end of the hash. 'disabled' if you don't want to truncate the hash value. Default is 6.

    <Hash
    hash="0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
    />