TxInfoData constructor

TxInfoData(
  1. String? module,
  2. String? call,
  3. TxSenderData? sender, {
  4. String? tip = '0',
  5. bool? isUnsigned = false,
  6. TxSenderData? proxy,
  7. String? txName,
  8. String? txHex,
})

Implementation

TxInfoData(
  this.module,
  this.call,
  this.sender, {
  this.tip = '0',
  this.isUnsigned = false,
  this.proxy,
  this.txName,
  this.txHex,
});