BlockHeader

case class BlockHeader(parent_hash: String, state_root_hash: String, body_hash: String, random_bit: Boolean, accumulated_seed: String, era_end: EraEnd, timestamp: String, era_id: Int, height: Int, protocol_version: String)

BlockHeader entity class

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product