(hash: string)
| 156 | // TODO can this decorator be in unfinalizedBlocks Service? |
| 157 | @mainThreadOnly() |
| 158 | async getHeaderForHash(hash: string): Promise<Header> { |
| 159 | return getHeaderForHash(this.apiService.unsafeApi, hash); |
| 160 | } |
| 161 | |
| 162 | // TODO can this decorator be in unfinalizedBlocks Service? |
| 163 | @mainThreadOnly() |
no test coverage detected