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

Remove debug methods from provider #33

Closed sarvalabs-prakhar closed 10 months ago

sarvalabs-prakhar commented 10 months ago

Description

Remove all the debug methods from Provider class

Steps to Reproduce

NA

Screenshots

NA

Expected Behavior

Debug methods should not be accessible from the provider.

Actual Behavior

Few debug methods are accessible from the provider.

Logs

NA

Proposed Solution

The solution is to remove the methods, and types associated with it and update the docs.

sarvalabs-harshrastogi commented 10 months ago

resolved in https://github.com/sarvalabs/js-moi-sdk/pull/36