Add BlockBody::transaction_count
helper function
#13639
Labels
A-sdk
Related to reth's use as a library
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
ref #13626
we often use:
it be nicer to have this
SealedBlock
as function that delegates to this trait functionTODO
SealedBlock
).body().transactions().len()
with.transaction_count
cc @Nanle100
Additional context
No response
The text was updated successfully, but these errors were encountered: