UNPKG

@veramo/remote-client

Version:

A remote client plugin for Veramo. Call the methods of a remote agent locally

9 lines 317 B
/** * 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.d.ts.map