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
Define an interface for the validator client that can be used for either an in-process or out of process validator client implementation.
An in process version will implement the client responsiblities with a typescript interface, an out of process client will run the same interface over http.
Notes
The text was updated successfully, but these errors were encountered:
Overview
Define an interface for the validator client that can be used for either an in-process or out of process validator client implementation.
An in process version will implement the client responsiblities with a typescript interface, an out of process client will run the same interface over http.
Notes
The text was updated successfully, but these errors were encountered: