GetChainEvents.Function
Represents a generic function to get events emitted on the chain.
Name | Type |
---|---|
T |
extends ChainEvent |
▸ Function(options?
, ...filterArgs
): Promise
<T
[]>
Get emitted events.
Name | Type | Description |
---|---|---|
options? |
Options |
Options for getting events. |
...filterArgs |
any [] |
Arguments for events filtering. |
Promise
<T
[]>
Array of found events.