OPNet
    Preparing search index...

    Class Block

    This class is used to represent a block. Block

    Implements

    • Omit<IBlock, "gasUsed" | "ema" | "baseGas" | "deployments">
    Index

    Constructors

    Properties

    baseGas: bigint
    bits: string
    checksumProofs: BlockHeaderChecksumProof
    checksumRoot: string

    Allows us to verify that the block is correct and not regenerated.

    deployments: Address[] = []
    ema: bigint
    gasUsed: bigint
    hash: string
    height: BigNumberish
    medianTime: number
    merkleRoot: string
    nonce: number
    previousBlockChecksum: string
    previousBlockHash: string
    receiptRoot: string
    size: number
    storageRoot: string
    strippedSize: number
    time: number
    txCount: number
    version: number
    weight: number