QueryTxHashRequest constructor

const QueryTxHashRequest({
  1. String? sender,
  2. String? sequence,
})

Implementation

const QueryTxHashRequest({this.sender, this.sequence});