Skip to main content

Interface: EvmEventData

moralis-monorepo / @moralisweb3/common-evm-utils / EvmEventData

Interface: EvmEventData

@moralisweb3/common-evm-utils.EvmEventData

This is the return type of the processed EVM event

Table of contents

Properties

Properties

address

address: EvmAddress


blockHash

blockHash: string


blockNumber

blockNumber: BigNumber


blockTimestamp

blockTimestamp: Date


chain

chain: EvmChain


data

data: Object

Type declaration

NameType
from?EvmAddress
to?EvmAddress
value?EvmNative

transactionHash

transactionHash: string