BeforeProofHistoryResponse constructor

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

Implementation

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