Interface: EvmBlockData
moralis-monorepo / @moralisweb3/common-evm-utils / EvmBlockData
Interface: EvmBlockData
@moralisweb3/common-evm-utils.EvmBlockData
This is the return type of the processed EVM transaction
Hierarchy
↳
EvmBlockData
Table of contents
Properties
- chain
- difficulty
- extraData
- gasLimit
- gasUsed
- hash
- logsBloom
- miner
- nonce
- number
- parentHash
- receiptsRoot
- sha3Uncles
- size
- stateRoot
- timestamp
- totalDifficulty
- transactionCount
- transactions
- transactionsRoot
Properties
chain
• chain: EvmChain
Inherited from
difficulty
• difficulty: BigNumber
extraData
• extraData: string
gasLimit
• gasLimit: BigNumber
gasUsed
• gasUsed: BigNumber
hash
• hash: string
Inherited from
logsBloom
• logsBloom: string
miner
• miner: EvmAddress
nonce
• nonce: string
number
• number: BigNumber
Inherited from
parentHash
• parentHash: string
receiptsRoot
• receiptsRoot: string
sha3Uncles
• sha3Uncles: string
size
• size: BigNumber
stateRoot
• stateRoot: string
timestamp
• timestamp: Date
Inherited from
totalDifficulty
• totalDifficulty: BigNumber
transactionCount
• transactionCount: number
transactions
• transactions: EvmTransaction
[]
transactionsRoot
• transactionsRoot: string