mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-09 01:04:07 +00:00
Refactor inspect-cid CLI to cli package (#248)
This commit is contained in:
@@ -204,6 +204,10 @@ export class Indexer implements IndexerInterface {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
async getStateByCID (cid: string): Promise<StateInterface | undefined> {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
getStateData (state: StateInterface): any {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user