interface SystemInfoResponse {
    apiGatewayVersion: string;
    ethStakingApiVersion: string;
}

Properties

apiGatewayVersion: string

Version of the API Gateway service

Example

"1.0.0"
ethStakingApiVersion: string

Version of the internal Ethereum staking API

Example

"1.0.0"

Generated using TypeDoc