Momentum constructor

Momentum(
  1. int version,
  2. int chainIdentifier,
  3. Hash hash,
  4. Hash previousHash,
  5. int height,
  6. int timestamp,
  7. List<int> data,
  8. List<AccountHeader> content,
  9. Hash? changesHash,
  10. String publicKey,
  11. String signature,
  12. Address producer,
)

Implementation

Momentum(
  this.version,
  this.chainIdentifier,
  this.hash,
  this.previousHash,
  this.height,
  this.timestamp,
  this.data,
  this.content,
  this.changesHash,
  this.publicKey,
  this.signature,
  this.producer,
);