PartialBlockIdentifier constructor

PartialBlockIdentifier(
  1. int? index,
  2. String? hash
)

Implementation

PartialBlockIdentifier(this.index, this.hash);