AfterProof constructor

AfterProof(
  1. int blockHeight,
  2. String blockHash
)

Implementation

AfterProof(this.blockHeight, this.blockHash);