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