reference
Class: ProposalFailed
events/events.ProposalFailed
Hierarchy
BaseEvent
<{id
:string
;providerId
:string
;parentId
:string
|null
;reason?
:string
}>↳
ProposalFailed
Table of contents
Constructors
Properties
Constructors
constructor
• new ProposalFailed(data?
)
Parameters
Name | Type |
---|---|
data? | Object |
data.id | string |
data.providerId | string |
data.parentId | null | string |
data.reason? | string |
Inherited from
Defined in
Properties
detail
• Readonly
detail: Object
Type declaration
Name | Type |
---|---|
id | string |
providerId | string |
parentId | null | string |
reason? | string |
Inherited from
Defined in
name
• Readonly
name: string
Inherited from
Defined in
timestamp
• Readonly
timestamp: number