Interface: EvmTransactionVerboseData
moralis-monorepo / @moralisweb3/common-evm-utils / EvmTransactionVerboseData
Interface: EvmTransactionVerboseData
@moralisweb3/common-evm-utils.EvmTransactionVerboseData
This is the return type of the processed EVM verbose transaction
Hierarchy
↳
EvmTransactionVerboseData
Table of contents
Properties
- blockHash
- blockNumber
- blockTimestamp
- chain
- contractAddress
- cumulativeGasUsed
- data
- decodedCall
- from
- gas
- gasPrice
- gasUsed
- hash
- index
- internalTransactions
- logs
- nonce
- receiptRoot
- receiptStatus
- signature
- to
- value
Properties
blockHash
• blockHash: string
Inherited from
blockNumber
• blockNumber: BigNumber
Inherited from
EvmTransactionData.blockNumber
blockTimestamp
• blockTimestamp: Date
Inherited from
EvmTransactionData.blockTimestamp
chain
• chain: EvmChain
Overrides
contractAddress
• Optional
contractAddress: EvmAddress
Inherited from
EvmTransactionData.contractAddress
cumulativeGasUsed
• cumulativeGasUsed: BigNumber
Inherited from
EvmTransactionData.cumulativeGasUsed
data
• Optional
data: string
Inherited from
decodedCall
• decodedCall: EvmTransactionLogDecodedEvent
from
• from: EvmAddress
Inherited from
gas
• Optional
gas: BigNumber
Inherited from
gasPrice
• gasPrice: BigNumber
Inherited from
gasUsed
• gasUsed: BigNumber
Inherited from
hash
• hash: string
Inherited from
index
• index: string
| number
Inherited from
internalTransactions
• internalTransactions: EvmInternalTransaction
[]
Inherited from
EvmTransactionData.internalTransactions
logs
• logs: EvmTransactionLogDecoded
[]
Overrides
nonce
• Optional
nonce: BigNumber
Inherited from
receiptRoot
• Optional
receiptRoot: string
Inherited from
EvmTransactionData.receiptRoot
receiptStatus
• Optional
receiptStatus: number
Inherited from
EvmTransactionData.receiptStatus
signature
• Optional
signature: EvmSignature
Inherited from
to
• Optional
to: EvmAddress
Inherited from
value
• Optional
value: EvmNative