Skip to main content

EventCallbacks

@hyperledger/identus-sdk v7.0.0


@hyperledger/identus-sdk / overview / EventCallbacks

Type Alias: EventCallbacks

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

Defined in: src/edge-agent/types/index.ts:67

Properties

PropertyTypeDefined in
connection(connection: ConnectionEventArg) => voidsrc/edge-agent/types/index.ts:69
message(messages: MessageEventArg) => voidsrc/edge-agent/types/index.ts:68
revoke(revoke: RevokeEventArg) => voidsrc/edge-agent/types/index.ts:70