BcnMempoolRequest constructor

BcnMempoolRequest({
  1. String? method,
  2. List? params,
  3. int? id,
  4. String? key,
})

Implementation

BcnMempoolRequest({
  this.method,
  this.params,
  this.id,
  this.key,
});