- Preparing search index...
- The search index is not available
@truffle/db
- process<I, O>(inputs): Generator<GraphQlRequest | Web3Request, {
compiler: { name: string | undefined; version: string | undefined; };
contracts: (I & O)[];
db?: {};
sourceIndexes: string[];
sources: ({ sourcePath: string; contents: string; ast?: object | undefined; legacyAST?: object | undefined; language: string; })[];
}[], any>
-
Parameters
-
inputs: {
compiler: { name: string | undefined; version: string | undefined; };
contracts: I[];
db?: {};
sourceIndexes: string[];
sources: ({ sourcePath: string; contents: string; ast?: object | undefined; legacyAST?: object | undefined; language: string; })[];
}[]
Returns Generator<GraphQlRequest | Web3Request, {
compiler: { name: string | undefined; version: string | undefined; };
contracts: (I & O)[];
db?: {};
sourceIndexes: string[];
sources: ({ sourcePath: string; contents: string; ast?: object | undefined; legacyAST?: object | undefined; language: string; })[];
}[], any>