Add daemon-owned Iroh endpoint
This commit is contained in:
parent
b892dc6165
commit
ebc40ed208
14 changed files with 3930 additions and 431 deletions
|
|
@ -49,6 +49,11 @@ impl GethPaths {
|
|||
self.identity_dir().join("agent.ed25519")
|
||||
}
|
||||
|
||||
#[must_use]
|
||||
pub fn iroh_key(&self) -> PathBuf {
|
||||
self.identity_dir().join("iroh.ed25519")
|
||||
}
|
||||
|
||||
#[must_use]
|
||||
pub fn cas_dir(&self) -> PathBuf {
|
||||
self.home.join("cas")
|
||||
|
|
|
|||
Loading…
Reference in a new issue