sarvalabs / js-moi-sdk

JavaScript library to interact with MOI Protocol via RPC API
https://js-moi-sdk.docs.moi.technology/
Apache License 2.0
24 stars 2 forks source link

Add SDK abstraction for `moi.GetLogs` rpc call & `newLogs` event #87

Closed sarvalabs-harshrastogi closed 1 month ago

sarvalabs-harshrastogi commented 2 months ago

Add SDK abstraction for moi.GetLogs and new event newLogs

Currently, the SDK does not provide an abstraction for the moi.GetLogs RPC call. This feature is important for users who need to retrieve logs from the system efficiently and in a standardized manner.

sarvalabs-harshrastogi commented 1 month ago

closed in #86 and #91