ContractReadDataHexResponse constructor

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

Implementation

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