Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface L2BlockWithTransactions

JSON block representation when returned by L2Geth nodes. Just a normal block but with L2Transaction objects instead of the standard transaction response object.

Hierarchy

  • BlockWithTransactions
    • L2BlockWithTransactions

Index

Properties

_difficulty: BigNumber
baseFeePerGas?: BigNumber
difficulty: number
extraData: string
gasLimit: BigNumber
gasUsed: BigNumber
hash: string
miner: string
nonce: string
number: number
parentHash: string
stateRoot: string
timestamp: number
transactions: [L2Transaction]

Generated using TypeDoc