useTestNetwork method
Let the sdk use the test stellar network.
Implementation
static void useTestNetwork() {
Network.use(new Network(TESTNET));
}
Let the sdk use the test stellar network.
static void useTestNetwork() {
Network.use(new Network(TESTNET));
}