Namespace AddCompilations
Functions
Const process
- process<I, O>(inputs: I[]): Generator<Web3Request | GraphQlRequest, (I & O)[], any>
-
Type parameters
-
-
O: Compilation & { compiler: { name: string; version: string }; sourceIndexes: string[]; sources: {} } & { contracts: Contract<{ compilation: { compiler: { name: string; version: string }; sourceIndexes: string[]; sources: {} }; contract: Contract; entry: CompilationInput; resources: { compilation: undefined | IdObject<Collections, "compilations", Compilation> | IdObject<Collections, "compilations", SavedInput<Collections, "compilations">> }; result: undefined | IdObject<Collections, "compilations", Compilation> | IdObject<Collections, "compilations", SavedInput<Collections, "compilations">>; source: Source }>[]; sources: Source[] } & { db: { compilation: undefined | IdObject<Collections, "compilations", Compilation> | IdObject<Collections, "compilations", SavedInput<Collections, "compilations">> } }
Parameters
Returns Generator<Web3Request | GraphQlRequest, (I & O)[], any>