(params: Dict = {})
| 5114 | } |
| 5115 | |
| 5116 | async deliveryTime(params: Dict = {}) { |
| 5117 | return await this.publicDeliveryRequest('v1/time', params); |
| 5118 | } |
| 5119 | |
| 5120 | async deliveryExchangeInfo(params: Dict = {}) { |
| 5121 | return await this.publicDeliveryRequest('v1/exchangeInfo', params); |
nothing calls this directly
no test coverage detected