Interface: ColonyEvent<M>
An Event that came from a contract within the Colony Network
Type parameters
Name | Type |
---|---|
M | extends MetadataType |
Hierarchy
↳
ColonyEvent
Properties
address
• Optional
address: string
| string
[]
Inherited from
data
• data: Result
eventName
• eventName: string
The full event signature of this event (e.g. TokenMinted(uint256))
Inherited from
eventSource
• eventSource: BaseContract
The generated id of the contract the event originated from
Inherited from
fromBlock
• Optional
fromBlock: BlockTag
Inherited from
getMetadata
• Optional
getMetadata: () => Promise
<MetadataTypeMap
[M
]>
Type declaration
▸ (): Promise
<MetadataTypeMap
[M
]>
Returns
Promise
<MetadataTypeMap
[M
]>
toBlock
• Optional
toBlock: BlockTag
Inherited from
topics
• Optional
topics: (null
| string
| string
[])[]
Inherited from
transactionHash
• transactionHash: string