ApiContractResponseResult constructor

ApiContractResponseResult({
  1. String? address,
  2. String? author,
  3. Tx? deployTx,
  4. Tx? terminationTx,
  5. String? type,
})

Implementation

ApiContractResponseResult({
  this.address,
  this.author,
  this.deployTx,
  this.terminationTx,
  this.type,
});