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