SwapAssetEntry constructor

SwapAssetEntry({
  1. required Hash keyIdHash,
  2. required int qsr,
  3. required int znn,
})

Implementation

SwapAssetEntry(
    {required this.keyIdHash, required this.qsr, required this.znn});