ContractTerminateResponse constructor

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

Implementation

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