Skip to main content

blocks_update_arg_enum

Type of algorithm to filter block updates

enum blocks_update_arg_enum {
all
head_updates
branches_updates
head
}

Values

blocks_update_arg_enum.all

Blocks added to the head of the reorg tree and all uncle added on branches, no duplicates

blocks_update_arg_enum.head_updates

Blocks added to the head of the reorg tree, duplicates possible due to reorg. Can be used together with uncles_updates.

blocks_update_arg_enum.branches_updates

Blocks added as uncles to the branches of the reorg tree, duplicates possible due to reorg. Can be used together with head_updates.

blocks_update_arg_enum.head

Blocks added to the head of the reorgtree, no duplicates

Member Of

EVM subscription