Skip to main content

Interface: EvmInternalTransactionData

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

Interface: EvmInternalTransactionData

@moralisweb3/common-evm-utils.EvmInternalTransactionData

Represents a processed internal transaction log.

Table of contents

Properties

Properties

blockHash

blockHash: string


blockNumber

blockNumber: BigNumber


from

from: EvmAddress


gas

gas: BigNumber


gasUsed

gasUsed: BigNumber


input

input: string


output

output: string


to

to: EvmAddress


transactionHash

transactionHash: string


type

type: string


value

value: BigNumber