UseBlockNumberOptions
type UseBlockNumberOptions = { enabled?: boolean; watch?: boolean;};type enabled = boolean;type watch = boolean;type UseBlockNumberOptions = { enabled?: boolean; watch?: boolean;};type enabled = boolean;type watch = boolean;