RootResponse constructor
RootResponse(- String horizonVersion,
- String stellarCoreVersion,
- int historyLatestLedger,
- int historyElderLedger,
- int coreLatestLedger,
- String networkPassphrase,
- int protocolVersion,
- int currentProtocolVersion,
- int coreSupportedProtocolVersion
)
Implementation
RootResponse(
this.horizonVersion,
this.stellarCoreVersion,
this.historyLatestLedger,
this.historyElderLedger,
this.coreLatestLedger,
this.networkPassphrase,
this.protocolVersion,
this.currentProtocolVersion,
this.coreSupportedProtocolVersion);