@tevm/voltaire / primitives/BlockFilter
primitives/BlockFilter
Type Aliases
BlockFilterType
BlockFilterType =Defined in: src/primitives/BlockFilter/BlockFilterType.ts:10 Block filter created by eth_newBlockFilter Notifies of new blocks when polled with eth_getFilterChanges. Returns array of block hashes.object&object
Type Declaration
filterId
Filter identifierreadonlyfilterId:FilterIdType
type
Filter type discriminatorreadonlytype:"block"
Type Declaration
[brand]
readonly[brand]:"BlockFilter"
Functions
from()
from(Defined in: src/primitives/BlockFilter/from.js:13 Create BlockFilter from filter IDfilterId):BlockFilterType
Parameters
filterId
FilterIdType
Filter identifier from eth_newBlockFilter
Returns
BlockFilterType

