When I run writeInteraction everything works smooth, I sign message using Metamask extension, however when I try to read state with contract.readState this error:
2022-12-02T09:12:57.403Z ERROR [DefaultStateEvaluator] Error: Unable to verify message. Error message: address.toLowerCase is not a function.
occurs in web console (this error occurs per every interaction written).
In version warp-signature@1.0.1 everything works properly!
Usage:
When I run
writeInteraction
everything works smooth, I sign message using Metamask extension, however when I try to read state withcontract.readState
this error:occurs in web console (this error occurs per every interaction written).
In version warp-signature@1.0.1 everything works properly!