-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
loadHistory(fromBlock=0) #2
Comments
This function will read the logs of the BurnChatManager contract, starting from some blocknumber (default to 0), effectively "replaying" the history of the contract to generate a list of messages, each with some metadata. See the 5 events in BurnChatManage.sol.
The API must do a lot of the heavy lifting to read this history and build a list of messages and their associated metadata. For every For each event referring to a
|
No description provided.
The text was updated successfully, but these errors were encountered: