Skip to main content

Interface: EvmInternalTransactionJSON

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

Interface: EvmInternalTransactionJSON

@moralisweb3/common-evm-utils.EvmInternalTransactionJSON

Table of contents

Properties

Properties

block_hash

Readonly block_hash: string


block_number

Readonly block_number: string


from

Readonly from: string


gas

Readonly gas: string


gas_used

Readonly gas_used: string


input

Readonly input: string


output

Readonly output: string


to

Readonly to: string


transaction_hash

Readonly transaction_hash: string


type

Readonly type: string


value

Readonly value: string