ForgedTransaction constructor

ForgedTransaction({
  1. L1Info? l1info,
  2. String? L1orL2,
  3. L2Info? l2info,
  4. String? amount,
  5. int? batchNum,
  6. String? fromAccountIndex,
  7. String? fromBJJ,
  8. String? fromHezEthereumAddress,
  9. double? historicUSD,
  10. String? id,
  11. int? itemId,
  12. int? position,
  13. String? timestamp,
  14. String? toAccountIndex,
  15. String? toBJJ,
  16. String? toHezEthereumAddress,
  17. Token? token,
  18. String? type,
  19. String? hash,
})

Implementation

ForgedTransaction(
    {this.l1info,
    // ignore: non_constant_identifier_names
    this.L1orL2,
    this.l2info,
    this.amount,
    this.batchNum,
    this.fromAccountIndex,
    this.fromBJJ,
    this.fromHezEthereumAddress,
    this.historicUSD,
    this.id,
    this.itemId,
    this.position,
    this.timestamp,
    this.toAccountIndex,
    this.toBJJ,
    this.toHezEthereumAddress,
    this.token,
    this.type,
    this.hash});