ForgedTransactionsRequest constructor

ForgedTransactionsRequest({
  1. int? tokenId,
  2. String? ethereumAddress,
  3. String? accountIndex,
  4. int? batchNum,
  5. int? fromItem,
})

Implementation

ForgedTransactionsRequest(
    {this.tokenId,
    this.ethereumAddress,
    this.accountIndex,
    this.batchNum,
    this.fromItem});