ApiContractBalanceUpdatesResponseResultTxReceipt constructor

ApiContractBalanceUpdatesResponseResultTxReceipt({
  1. bool success,
  2. int gasUsed,
  3. String gasCost,
  4. String method,
  5. String errorMsg,
})

Implementation

ApiContractBalanceUpdatesResponseResultTxReceipt({
  this.success,
  this.gasUsed,
  this.gasCost,
  this.method,
  this.errorMsg,
});