setBaseApiUrl function

void setBaseApiUrl(
  1. String url
)

Sets the current coordinator API URL @param {String} url - The currently forging Coordinator

Implementation

void setBaseApiUrl(String url) {
  baseApiUrl = url;
}