HistoryResult constructor

HistoryResult(
  1. List<Publication> publications,
  2. Int64 offset,
  3. String epoch
)

Implementation

HistoryResult(this.publications, this.offset, this.epoch);