All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.binance4j.market.dto.ServerTimeResponse Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
package com.binance4j.market.dto;

/**
 * A wrapper for the server time
 * 
 * @param serverTime The server time in ms.
 */
public record ServerTimeResponse(long serverTime) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy