ContractDeployResponse constructor

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

Implementation

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