TransactionResult constructor

TransactionResult({
  1. String? scoreAddress,
  2. String? status,
  3. String? txHash,
  4. String? stepUsed,
})

Implementation

TransactionResult({
  this.scoreAddress,
  this.status,
  this.txHash,
  this.stepUsed,
});