libyggdrasil ~master (2022-05-08T11:59:37.7004878)
Dub
Repo
YggdrasilNode
libyggdrasil
libyggdrasil
YggdrasilNode
Given a key
class
YggdrasilNode {
this
(YggdrasilPeer peer, string key);
NodeInfo
getNodeInfo
();
DHTInfo
getDHT
();
YggdrasilNode
[]
getPeers
();
string
getKey
();
string
toString
();
bool
ping
();
}
Constructors
this
this
(YggdrasilPeer peer, string key)
Undocumented in source.
Members
Functions
getDHT
DHTInfo
getDHT
()
Undocumented in source. Be warned that the author may not have intended to support it.
getKey
string
getKey
()
Undocumented in source. Be warned that the author may not have intended to support it.
getNodeInfo
NodeInfo
getNodeInfo
()
Undocumented in source. Be warned that the author may not have intended to support it.
getPeers
YggdrasilNode
[]
getPeers
()
Undocumented in source. Be warned that the author may not have intended to support it.
ping
bool
ping
()
Checks if the node is online
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
libyggdrasil
libyggdrasil
classes
BuildInfo
DHTInfo
NodeInfo
NodeService
YggdrasilException
YggdrasilNode
YggdrasilPeer
YggdrasilRequest
YggdrasilResponse
enums
RequestType
functions
makeRequest
YggdrasilNode
Given a key