Delegate server setting
const mitum = new Mitum("http://{mainnet address}", "http://{delegate server address}");
// check delegate server address
console.log(mitum.getDelegate());const mitum = new Mitum("http://{mainnet address}");
mitum.setDelegate("http://{delegate server address}");
// check delegate server address
console.log(mitum.getDelegate());Last updated