注意: このページはまだ日本語に翻訳されていません。以下は英語の原文です。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
Methods
getBlock()
Parameters
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
