usePublicNetwork method
Let the sdk use the public/main stellar network.
Implementation
static void usePublicNetwork() {
Network.use(new Network(PUBLIC));
}
Let the sdk use the public/main stellar network.
static void usePublicNetwork() {
Network.use(new Network(PUBLIC));
}