HeliumTransactionAssertLocationV2 constructor

HeliumTransactionAssertLocationV2({
  1. required HeliumTransactionType type,
  2. required String hash,
  3. required int height,
  4. required DateTime time,
  5. required int fee,
  6. required int stakingFee,
  7. required String gateway,
  8. required String owner,
  9. required String payer,
  10. required String location,
  11. required double lat,
  12. required double lng,
  13. required int elevation,
  14. required int gain,
  15. required int nonce,
})

Implementation

HeliumTransactionAssertLocationV2({
  required HeliumTransactionType type,
  required String hash,
  required int height,
  required DateTime time,
  required this.fee,
  required this.stakingFee,
  required this.gateway,
  required this.owner,
  required this.payer,
  required this.location,
  required this.lat,
  required this.lng,
  required this.elevation,
  required this.gain,
  required this.nonce,
}) : super(type: type, hash: hash, height: height, time: time);