(&self, id: T)
| 274 | } |
| 275 | |
| 276 | pub fn node<T: Into<NodeId>>(&self, id: T) -> NodeName { |
| 277 | NodeName(self.0.join("nodes").join_id(&id.into())) |
| 278 | } |
| 279 | |
| 280 | pub fn relayer<T: Into<RelayerId>>(&self, id: T) -> RelayerName { |
| 281 | RelayerName(self.0.join("relayers").join_id(&id.into())) |