service/domain/organization/public_key_published
Api Code Documentation / Exports / service/domain/organization/public_key_published
#
Table of contents#
Interfaces#
Variables#
Functions#
Variables#
schema• Const
schema: ObjectSchema
#
Defined insrc/service/domain/organization/public_key_published.ts:19
#
Functions#
createEventâ–¸ createEvent(source
, publisher
, organization
, publicKey
, time?
): Type
<Event
>
#
ParametersName | Type |
---|---|
source | string |
publisher | string |
organization | string |
publicKey | string |
time | string |
#
Returns#
Defined insrc/service/domain/organization/public_key_published.ts:28
#
validateâ–¸ validate(input
): Type
<Event
>
#
ParametersName | Type |
---|---|
input | any |