ApiContractTxsResponseResult constructor

ApiContractTxsResponseResult({
  1. String hash,
  2. String type,
  3. DateTime timestamp,
  4. String from,
  5. String to,
  6. String amount,
  7. String tips,
  8. String maxFee,
  9. String fee,
  10. int size,
  11. ApiContractTxsResponseResultTxReceipt txReceipt,
  12. Data data,
})

Implementation

ApiContractTxsResponseResult({
  this.hash,
  this.type,
  this.timestamp,
  this.from,
  this.to,
  this.amount,
  this.tips,
  this.maxFee,
  this.fee,
  this.size,
  this.txReceipt,
  this.data,
});