ADAStakePoolRelayInfoResponse constructor

ADAStakePoolRelayInfoResponse({
  1. String? ipv4,
  2. String? ipv6,
  3. String? dns,
  4. String? dnsSrv,
  5. required int port,
})

Implementation

ADAStakePoolRelayInfoResponse({
  this.ipv4,
  this.ipv6,
  this.dns,
  this.dnsSrv,
  required this.port,
});