You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows developers to verify signatures from proxies if they want to.
Motivation
Even though a user can build this themselves it's enough of a use case that we should provider the method in the SDK.
Implementation
A verify function the reconstructs the same message hash as on the data proxy node and takes as input a public key, signature, request (HttpFetchAction) and response.
✨ Feature
Allows developers to verify signatures from proxies if they want to.
Motivation
Even though a user can build this themselves it's enough of a use case that we should provider the method in the SDK.
Implementation
A verify function the reconstructs the same message hash as on the data proxy node and takes as input a public key, signature, request (HttpFetchAction) and response.
This is how the signature is created:
The text was updated successfully, but these errors were encountered: