Functions
Const process
- process<_I, _O>(inputs: any): Generator<Web3Request | GraphQlRequest, { compiler: { name: string | undefined; version: string | undefined; }; contracts: { sourcePath: string; source: string; bytecode: { bytes: string; linkReferences: { offsets: number[]; name: string | null; length: number; }[]; }; compiler: { name: string; version: string; }; abi: ({ type: "event"; name: string; inputs: { ...; }[]; anonymous: boolean; } | ... 7 more ... | { ...; })[]; ... 12 more ....[]; db?: undefined | {}; sourceIndexes: string[]; sources: { db?: undefined | { source: undefined | IdObject<Collections, "sources", Source> | IdObject<Collections, "sources", SavedInput<Collections, "sources">> } }[] }[], any>
-
Type parameters
-
_I: { contents: string; sourcePath: string } | { contents: string; name: string }
-
_O: ({ contents: string; sourcePath: string } & { db?: undefined | { source: undefined | IdObject<Collections, "sources", Source> | IdObject<Collections, "sources", SavedInput<Collections, "sources">> } }) | ({ contents: string; name: string } & { db?: undefined | { source: undefined | IdObject<Collections, "sources", Source> | IdObject<Collections, "sources", SavedInput<Collections, "sources">> } })
Parameters
Returns Generator<Web3Request | GraphQlRequest, { compiler: { name: string | undefined; version: string | undefined; }; contracts: { sourcePath: string; source: string; bytecode: { bytes: string; linkReferences: { offsets: number[]; name: string | null; length: number; }[]; }; compiler: { name: string; version: string; }; abi: ({ type: "event"; name: string; inputs: { ...; }[]; anonymous: boolean; } | ... 7 more ... | { ...; })[]; ... 12 more ....[]; db?: undefined | {}; sourceIndexes: string[]; sources: { db?: undefined | { source: undefined | IdObject<Collections, "sources", Source> | IdObject<Collections, "sources", SavedInput<Collections, "sources">> } }[] }[], any>