usePublicNetwork method

void usePublicNetwork ()

Let the sdk use the public/main stellar network.

Implementation

static void usePublicNetwork() {
  Network.use(new Network(PUBLIC));
}