BcnTxReceiptResponse constructor

BcnTxReceiptResponse({
  1. String jsonrpc,
  2. int id,
  3. Result result,
})

Implementation

BcnTxReceiptResponse({
  this.jsonrpc,
  this.id,
  this.result,
});