Closed itsmelodewyk closed 9 months ago
A note on this PR, I am using the RecentBlockhash
class. Would you prefer I create a LatestBlockhash
class? Seeing as there is a difference (albeit small) in the data returned. If so, I'd probably create a Blockhash
class and have RecentBlockhash
and LatestBlockhash
be subclasses.
A note on this PR, I am using the
RecentBlockhash
class. Would you prefer I create aLatestBlockhash
class? Seeing as there is a difference (albeit small) in the data returned. If so, I'd probably create aBlockhash
class and haveRecentBlockhash
andLatestBlockhash
be subclasses.
RecentBlockhash
is fine to use here. Thank you for the contribution!
The following PR resolves #7