mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-04-16 22:13:14 -04:00
adding doc comment
This commit is contained in:
parent
7d0340c7d5
commit
3abadd1184
@ -136,6 +136,7 @@ impl VeilidAPI {
|
||||
.ok_or(VeilidAPIError::NotInitialized)
|
||||
}
|
||||
|
||||
/// Get the Node ID.
|
||||
pub fn get_node_id(&self) -> VeilidAPIResult<CryptoTypedGroup<CryptoKey>> {
|
||||
Ok(self.config()?.get().network.routing_table.node_id.clone())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user