EvmTxData constructor

EvmTxData({
  1. String? value,
  2. String? blockHash,
  3. String? blockNumber,
  4. String? confirmations,
  5. String? contractAddress,
  6. String? cumulativeGasUsed,
  7. String? from,
  8. String? gas,
  9. String? gasPrice,
  10. String? gasUsed,
  11. String? hash,
  12. String? input,
  13. String? logIndex,
  14. String? nonce,
  15. String? timeStamp,
  16. String? to,
  17. String? tokenDecimal,
  18. String? tokenName,
  19. String? tokenSymbol,
  20. String? transactionIndex,
  21. String? isError,
})

Implementation

EvmTxData(
    {this.value,
    this.blockHash,
    this.blockNumber,
    this.confirmations,
    this.contractAddress,
    this.cumulativeGasUsed,
    this.from,
    this.gas,
    this.gasPrice,
    this.gasUsed,
    this.hash,
    this.input,
    this.logIndex,
    this.nonce,
    this.timeStamp,
    this.to,
    this.tokenDecimal,
    this.tokenName,
    this.tokenSymbol,
    this.transactionIndex,
    this.isError});