참고: 이 페이지는 아직 한국어로 번역되지 않았습니다. 아래는 영어 원문입니다.A Log in Ethereum represents an event that has been included in a transaction using the
LOG* opcodes, which are
most commonly used by Solidity’s emit for announcing events.
Extended by
Implements
Properties
Methods
getBlock()
Parameters
Returns
Promise<Block>
A promise resolving to the block.
Source
providers/provider.ts:1089getTransaction()
Returns
Promise<TransactionResponse>
A promise resolving to the transaction.
Source
providers/provider.ts:1100getTransactionReceipt()
Returns
Promise<TransactionReceipt>
A promise resolving to the transaction receipt.
Source
providers/provider.ts:1111toJSON()
Returns
any
