Type alias BlockchainParserFactory
Blockchain
Parser
Factory
: ((basePath
: string, layoutPath
?: string) => Promise<BlockchainParserI>)
Type declaration
-
- (basePath: string, layoutPath?: string): Promise<BlockchainParserI>
-
Parameters
-
basePath: string
-
Optional
layoutPath: string