PascalBlock constructor

PascalBlock({
  1. int? block,
  2. PublicKey? encPubkey,
  3. Currency? reward,
  4. Currency? fee,
  5. int? ver,
  6. int? ver_a,
  7. DateTime? timestamp,
  8. int? target,
  9. int? nonce,
  10. String? payload,
  11. String? sbh,
  12. String? oph,
  13. String? pow,
  14. int? operations,
  15. int? hashratekhs,
  16. int? maturation,
})

Implementation

PascalBlock(
    {this.block,
    this.encPubkey,
    this.reward,
    this.fee,
    this.ver,
    this.ver_a,
    this.timestamp,
    this.target,
    this.nonce,
    this.payload,
    this.sbh,
    this.oph,
    this.pow,
    this.operations,
    this.hashratekhs,
    this.maturation});