Interface: ColonyEvent\<M>
An Event that came from a contract within the Colony Network
Extends
Type Parameters
• M extends MetadataType
Properties
address?
optionaladdress: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?
optionalfromBlock:BlockTag
Inherited from
getMetadata()?
optionalgetMetadata: () =>Promise\<MetadataTypeMap[M]>
Returns
Promise\<MetadataTypeMap[M]>
toBlock?
optionaltoBlock:BlockTag
Inherited from
topics?
optionaltopics: (null|string|string[])[]
Inherited from
transactionHash
transactionHash:
string