Refactor create checkpoint CLI to cli package (#247)

* Refactor create checkpoint CLI to cli package

* Update mock indexer
This commit is contained in:
prathamesh0
2022-11-22 10:38:23 +05:30
committed by GitHub
parent 06e5c62fa8
commit 03050e5323
10 changed files with 107 additions and 131 deletions
@@ -200,6 +200,10 @@ export class Indexer implements IndexerInterface {
return undefined;
}
async processCLICheckpoint (contractAddress: string, blockHash?: string): Promise<string | undefined> {
return undefined;
}
getStateData (state: StateInterface): any {
return undefined;
}