ForgedTransaction constructor
ForgedTransaction({
- L1Info? l1info,
- String? L1orL2,
- L2Info? l2info,
- String? amount,
- int? batchNum,
- String? fromAccountIndex,
- String? fromBJJ,
- String? fromHezEthereumAddress,
- double? historicUSD,
- String? id,
- int? itemId,
- int? position,
- String? timestamp,
- String? toAccountIndex,
- String? toBJJ,
- String? toHezEthereumAddress,
- Token? token,
- String? type,
- String? hash,
Implementation
ForgedTransaction(
{this.l1info,
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});