Richard Moore
Richard Moore
How old is/was the transaction? The BSC, Matic and similar networks are very unreliable in general, but also aggressively prune the history (due to their short block time the state...
That part of the documentation is more for backends which contribute free community resources that ethers can use. If you have a contact from Chainstack, please feel free to have...
Working on this now, and sent you back an e-mail too. ;)
This is not something that is commonly needed, so rather than adding an API for it (I try to keep the API concise and for common operations, so that it...
I've been mulling back-and-forth how to add this to the new docs, especially since many things are available from their sub-modules too. I'll work on this on the next docs...
You could use `import { Provider } from "@ethersproject/providers";` or use `import { providers } from "ethers";` from the umbrella package and use `providers.Provider`. In v6 the root package will...
The package README.md files include this info, which in v6 will be linked to and will include a large import page that indicates where each class, function and interface comes...
No, this library is not compatible with data matrixes. Sorry. :s
You are right. It looks like I didn't do that parts. :( I will get to this soon. I've been quite busy but have a few local changes I need...
It depends on the LCD or OLED display you use, but @yifanshu02 code looks good. I usually use the [Adafruit Library](https://github.com/adafruit/Adafruit_SSD1306), but it is similar. I will be posting a...