@veramo/remote-client
Version:
A remote client plugin for Veramo. Call the methods of a remote agent locally
9 lines • 315 B
JavaScript
/**
* Provides a {@link @veramo/remote-client#AgentRestClient | plugin} for the {@link @veramo/core#Agent} that
* can proxy method execution over HTTPS
*
* @packageDocumentation
*/
export { AgentRestClient } from './client.js';
export { getOpenApiSchema } from './openApi.js';
//# sourceMappingURL=index.js.map