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

fix: error in retrieving receipt #37

Closed sarvalabs-harshrastogi closed 10 months ago

sarvalabs-harshrastogi commented 10 months ago

This pull request resolves the issue while retrieving the receipt

Changes

After this.getInteractionReceipt(), add a catch function to return null.

Changes include

Checklist