Skip to content
Snippets Groups Projects

feat(ssi): register custom didcomm endpoints on the indy did

Merged Berend Sliedrecht requested to merge tsabolov/ocm-engine:custom-service-endpoints into main
5 files
+ 114
30
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -19,6 +19,11 @@ export class EventDidsResolve extends BaseEvent<DidDocument> {
export type EventDidsRegisterIndyFromSeedInput = BaseEventInput<{
seed: string;
services?: Array<{
identifier: string;
url: string;
type: string;
}>;
}>;
export class EventDidsRegisterIndyFromSeed extends BaseEvent<Array<string>> {
public static token = 'dids.register.indy.fromSeed';
Loading