Skip to main content

EventCallbacks

@hyperledger/identus-sdk v8.0.0


@hyperledger/identus-sdk / overview / EventCallbacks

Type Alias: EventCallbacks

EventCallbacks = { connection: (connection: ConnectionEventArg) => void | Promise<void>; message: (messages: MessageEventArg) => void | Promise<void>; revoke: (revoke: RevokeEventArg) => void | Promise<void>; }

Defined in: packages/lib/sdk/src/edge-agent/types.ts:76

Properties

PropertyTypeDefined in
connection(connection: ConnectionEventArg) => void | Promise<void>packages/lib/sdk/src/edge-agent/types.ts:78
message(messages: MessageEventArg) => void | Promise<void>packages/lib/sdk/src/edge-agent/types.ts:77
revoke(revoke: RevokeEventArg) => void | Promise<void>packages/lib/sdk/src/edge-agent/types.ts:79