QueryGetProtoRevMaxPoolPointsPerBlockResponse constructor

const QueryGetProtoRevMaxPoolPointsPerBlockResponse({
  1. BigInt? maxPoolPointsPerBlock,
})

Implementation

const QueryGetProtoRevMaxPoolPointsPerBlockResponse({
  this.maxPoolPointsPerBlock,
});