Options
All
  • Public
  • Public/Protected
  • All
Menu
description

A DTO class that consists of the transferable properties of a block. Typically this includes information that is already made public or is known from dHealth Network.

since

v0.3.2

Hierarchy

Index

Constructors

Properties

countTransactions?: number

The total number of transactions included in this block.

access

public

var

{number}

harvester?: string

This is the block's harvester address, corresponds to the account that has harvested this block.

access

public

var

{string}

height?: number

This is the block height that refers to the order in which blocks were added to the network.

access

public

var

{number}

timestamp?: number

This block's creation timestamp. This field reflects the time of the creation of the block.

access

public

var

{number}

Generated using TypeDoc