RootResponse constructor

RootResponse(
  1. String horizonVersion,
  2. String stellarCoreVersion,
  3. int historyLatestLedger,
  4. int historyElderLedger,
  5. int coreLatestLedger,
  6. String networkPassphrase,
  7. int protocolVersion,
  8. int currentProtocolVersion,
  9. int coreSupportedProtocolVersion
)

Implementation

RootResponse(
    this.horizonVersion,
    this.stellarCoreVersion,
    this.historyLatestLedger,
    this.historyElderLedger,
    this.coreLatestLedger,
    this.networkPassphrase,
    this.protocolVersion,
    this.currentProtocolVersion,
    this.coreSupportedProtocolVersion);