ABCIQueryRequest constructor

const ABCIQueryRequest({
  1. List<int>? data,
  2. String? path,
  3. BigInt? height,
  4. bool? prove,
})

Implementation

const ABCIQueryRequest({this.data, this.path, this.height, this.prove});