setDelegate(delegateIP)
Feature
Set the IP address for delegate server.
Parameters
string
delegateIP
Return Value
null
example
mitum.setDelegate("http://127.1.1.1:1234/delegate_example");
const info = mitum.getDelegate();
console.log(info);
// output
http://128.0.0.1:1234/delegate_example
Last updated