set_endpoints method
Sets the list of endpoints to use on reinit
Implementation
Future<void> set_endpoints(EndpointsSet params) async {
await _tonCore.request('net.set_endpoints', params.toString());
}
Sets the list of endpoints to use on reinit
Future<void> set_endpoints(EndpointsSet params) async {
await _tonCore.request('net.set_endpoints', params.toString());
}