SendIcxResponse constructor

SendIcxResponse(
  1. {String txHash,
  2. int status}
)

Implementation

SendIcxResponse({
  this.txHash,
  this.status,
});