DnaSendTransactionResponse constructor

DnaSendTransactionResponse({
  1. String jsonrpc,
  2. int id,
  3. String result,
  4. DnaSendTransactionResponseError error,
})

Implementation

DnaSendTransactionResponse({
  this.jsonrpc,
  this.id,
  this.result,
  this.error,
});