getAPI()

Feature
Get the RPC-URL (API address)

Parameters

null

Return Value

string rpcUrl

example

const info = mitum.getAPI();
console.log(info);

// output
<http://127.0.0.1:54320>

Last updated