BeforeProofHistoryResponse constructor

BeforeProofHistoryResponse(
  1. ContentId contentId,
  2. int? existsFromHeight,
  3. int queriedAtHeight
)

Implementation

BeforeProofHistoryResponse(
  this.contentId,
  this.existsFromHeight,
  this.queriedAtHeight,
);