BlockHeader constructor

BlockHeader(
  1. String hex,
  2. int height
)

Implementation

BlockHeader(this.hex, this.height);