Refactor inspect-cid CLI to cli package (#248)

This commit is contained in:
prathamesh0
2022-11-22 11:45:45 +05:30
committed by GitHub
parent 03050e5323
commit 570640d4bc
9 changed files with 133 additions and 205 deletions
@@ -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;
}