Skip to content
On this page

createBlockFilter

Creates a Filter to listen for new block hashes that can be used with getFilterChanges.

Usage

ts
import { publicClient } from '.'

const filter = await publicClient.createBlockFilter() 
// { id: "0x345a6572337856574a76364e457a4366", type: 'block' }

Returns

Filter

Released under the MIT License.