HashHeight constructor

HashHeight(
  1. Hash hash,
  2. int height
)

Implementation

HashHeight(Hash hash, int height) {
  this.hash = hash;
  this.height = height;
}