* Initialize to get all nodes & credentials
()
| 16 | * Initialize to get all nodes & credentials |
| 17 | */ |
| 18 | async initialize() { |
| 19 | await this.initializeNodes() |
| 20 | await this.initializeCredentials() |
| 21 | } |
| 22 | |
| 23 | /** |
| 24 | * Initialize nodes |
no test coverage detected