@multiversx/sdk-core - v14.0.1
    Preparing search index...

    Class BlockOnNetwork

    An object holding network status configuration parameters.

    Index

    Constructors

    Properties

    epoch: number = 0

    The block timestamp.

    hash: string = ""

    The block hash.

    nonce: bigint = 0n

    The shard nonce.

    previousHash: string = ""

    The block previous hash.

    raw: Record<string, any> = {}

    The raw data return by provider.

    round: number = 0

    The block timestamp.

    shard: number = 0

    The shard number.

    timestamp: number = 0

    The block timestamp.

    Methods