set_endpoints method

Future<void> set_endpoints(
  1. EndpointsSet params
)

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());
}