getAPI()
Feature
Get the API Endpoint URL
Parameters
null
Return Value
string API Endpoint URL
example
const info = mitum.getAPI();
console.log(info);
// output
"http://127.0.0.1:54320"Last updated
Parameters
null
Return Value
string API Endpoint URL
example
const info = mitum.getAPI();
console.log(info);
// output
"http://127.0.0.1:54320"Last updated