Receipts constructor

Receipts({
  1. int? localBlock,
  2. Proof? proof,
  3. Proof? receipt,
  4. String? account,
  5. String? chain,
})

Implementation

Receipts({
  this.localBlock,
  this.proof,
  this.receipt,
  this.account,
  this.chain,
});