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
<any
>
Defined in
src/service/domain/organization/public_key_published.ts:23
Functions
createEvent
▸ createEvent(source
, publisher
, organization
, publicKey
, time?
, metadata?
): Type
<Event
>
Parameters
Name | Type |
---|---|
source | string |
publisher | string |
organization | string |
publicKey | string |
time | string |
metadata? | UserMetadata |
Returns
Defined in
src/service/domain/organization/public_key_published.ts:33
validate
▸ validate(input
): Type
<Event
>
Parameters
Name | Type |
---|---|
input | any |