StatusResponse constructor

const StatusResponse({
  1. BigInt? earliestStoreHeight,
  2. BigInt? height,
  3. Timestamp? timestamp,
  4. List<int>? appHash,
  5. List<int>? validatorHash,
})

Implementation

const StatusResponse({
  this.earliestStoreHeight,
  this.height,
  this.timestamp,
  this.appHash,
  this.validatorHash,
});