service/domain/network/node_declined
Api Code Documentation / Exports / service/domain/network/node_declined
Table of contents
Interfaces
Variables
Functions
Variables
schema
• Const
schema: ObjectSchema
<any
>
Defined in
src/service/domain/network/node_declined.ts:25
Functions
createEvent
▸ createEvent(source
, publisher
, address
, organization
, declinerAddress
, declinerOrganization
, time?
, metadata?
): Type
<Event
>
Parameters
Name | Type |
---|---|
source | string |
publisher | string |
address | string |
organization | string |
declinerAddress | string |
declinerOrganization | string |
time | string |
metadata? | UserMetadata |
Returns
Defined in
src/service/domain/network/node_declined.ts:37
validate
▸ validate(input
): Type
<Event
>
Parameters
Name | Type |
---|---|
input | any |