setBaseApiUrl function
Sets the current coordinator API URL @param {String} url - The currently forging Coordinator
Implementation
void setBaseApiUrl(String url) {
baseApiUrl = url;
}
Sets the current coordinator API URL @param {String} url - The currently forging Coordinator
void setBaseApiUrl(String url) {
baseApiUrl = url;
}