ApiGetAddressResponseResult constructor

ApiGetAddressResponseResult({
  1. String address,
  2. String balance,
  3. String stake,
  4. int txCount,
  5. int flipsCount,
  6. int reportedFlipsCount,
})

Implementation

ApiGetAddressResponseResult({
  this.address,
  this.balance,
  this.stake,
  this.txCount,
  this.flipsCount,
  this.reportedFlipsCount,
});