useBlock() hook
#2071
Replies: 2 comments 5 replies
-
i have the same need. @jxom is this on the radar at all for v1? many thanks in advance. |
Beta Was this translation helpful? Give feedback.
5 replies
-
hi @jxom i hope all is well. i have to humbly beg you to include this feature in the V1 release. specifically, what I need are two
for my usecase, i only need the result to contain the huge thanks in advance, and for all your work thus far. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes we need more than just the number from the latest block like the timestamp, hash, etc.
With the current
useBlockNumber()
hook, we only get the number.I propose adding a
useBlock()
hook which includes all block infoBeta Was this translation helpful? Give feedback.
All reactions