QueryMachineIDProofRequest constructor

const QueryMachineIDProofRequest({
  1. BigInt? height,
  2. String? machineId,
})

Implementation

const QueryMachineIDProofRequest({this.height, this.machineId});