HeliumTransactionAssertLocationV1 constructor

HeliumTransactionAssertLocationV1({
  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 nonce,
})

Implementation

HeliumTransactionAssertLocationV1({
  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.nonce,
}) : super(type: type, hash: hash, height: height, time: time);