注意: このページはまだ日本語に翻訳されていません。以下は英語の原文です。A ContractUnknownEventPayload is included as the last parameter to Contract Events when the event does not match any events in the ABI.
Property | Modifier | Type | Description | Inherited from |
---|---|---|---|---|
emitter | readonly | EventEmitterable <ContractEventName > | The EventEmitterable. | EventPayload .emitter |
filter | readonly | ContractEventName | The event filter. | EventPayload .filter |
log | readonly | Log | The log with no matching events. | - |
Parameter | Type | Description |
---|---|---|
shard | Shard | The shard to get the block from. |
Promise
<Block
>
A promise resolving to the block the event occured in.
Promise
<TransactionResponse
>
A promise resolving to the transaction the event occured in.
Promise
<TransactionReceipt
>
A promise resolving to the transaction receipt the event occured in.
Promise
<void
>
EventPayload
.removeListener