Get peers
현재 접속된 피어들의 목록을 가져온다.
Example
client.api.getPeers(function(err, result) {
console.log(result);
});Returns
[
'wss://testnet.dubu4.com/hub',
'wss://hub2.dubu4.com'
]Last updated
Was this helpful?
현재 접속된 피어들의 목록을 가져온다.
client.api.getPeers(function(err, result) {
console.log(result);
});[
'wss://testnet.dubu4.com/hub',
'wss://hub2.dubu4.com'
]Last updated
Was this helpful?
Was this helpful?