Moved getLatestInformation to inverse

This commit is contained in:
CryptoCompiler
2021-01-29 14:20:03 +00:00
committed by GitHub
parent c41cb89b2c
commit 05c5e1d213

View File

@@ -13,15 +13,6 @@ export default class SharedEndpoints {
return this.requestWrapper.get('v2/public/orderBook/L2', params); return this.requestWrapper.get('v2/public/orderBook/L2', params);
} }
/**
* @deprecated use getTickers() instead
*/
getLatestInformation(params?: {
symbol?: string;
}): GenericAPIResponse {
return this.getTickers(params);
}
getTickers(params?: { getTickers(params?: {
symbol?: string; symbol?: string;
}): GenericAPIResponse { }): GenericAPIResponse {