참고: 이 페이지는 아직 한국어로 번역되지 않았습니다. 아래는 영어 원문입니다.A ContractUnknownEventPayload is included as the last parameter to Contract Events when the event does not match any events in the ABI.
Extends
Extended by
Properties
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. | - |
Methods
getBlock()
Parameters
Parameter | Type | Description |
---|---|---|
shard | Shard | The shard to get the block from. |
Returns
Promise
<Block
>
A promise resolving to the block the event occured in.
Source
contract/wrappers.ts:176getTransaction()
Returns
Promise
<TransactionResponse
>
A promise resolving to the transaction the event occured in.
Source
contract/wrappers.ts:185getTransactionReceipt()
Returns
Promise
<TransactionReceipt
>
A promise resolving to the transaction receipt the event occured in.
Source
contract/wrappers.ts:194removeListener()
Returns
Promise
<void
>
Inherited from
EventPayload
.removeListener