TxInfo constructor

TxInfo(
  1. double height,
  2. String txhash,
  3. String raw_log,
  4. List<TxLog> logs,
  5. double gas_wanted,
  6. double gas_used,
  7. Tx tx,
  8. DateTime timestamp,
  9. double? code,
  10. String codespace,
)

Implementation

TxInfo(this.height, this.txhash, this.raw_log, this.logs, this.gas_wanted,
    this.gas_used, this.tx, this.timestamp, this.code, this.codespace);