BlockIdentifier constructor

BlockIdentifier(
  1. int index,
  2. String hash
)

Implementation

BlockIdentifier(this.index, this.hash);