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