getDelegate()
getDelegate(), setDelegate() are newly added. If you see more detail usage, see Usage for Delegate Server.
Feature
Get the delegate IP
Parameters
null
Return Value
string delegateIP
example
const info = mitum.getDelegate();
console.log(info);
// output
"http://128.0.0.1:1234/delegate_example"Last updated