dAppBooster
    Preparing search index...
    interface HashInputProps {
        chain: Chain;
        debounceTime?: number;
        onLoading?: (loading: boolean) => void;
        onSearch: (result: null | DetectedHash) => void;
        renderInput?: (props: InputProps) => ReactElement;
        value?: string;
    }

    Hierarchy

    • InputProps
      • HashInputProps
    Index

    Properties

    chain: Chain
    debounceTime?: number
    onLoading?: (loading: boolean) => void
    onSearch: (result: null | DetectedHash) => void
    renderInput?: (props: InputProps) => ReactElement
    value?: string