Module utils

Module utils 

Expand description

Commonly used code snippets

Functionsยง

binary_search
Performs a binary search within a given block range to find the desired block number.
checked_blob_gas_used_ratio
Calculates the blob gas used ratio for a block, accounting for the case where max_blob_gas_per_block is zero.
recover_raw_transaction
Recovers a SignedTransaction from an enveloped encoded byte stream.