Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AddBytecodes

Index

Functions

Functions

Const process

  • process<I, O>(inputs: { compiler: { name: string | undefined; version: string | undefined; }; contracts: I[]; db?: undefined | {}; sourceIndexes: string[]; sources: { sourcePath: string; contents: string; ast?: object | undefined; legacyAST?: object | undefined; language: string; }[] }[]): Generator<Web3Request | GraphQlRequest, { compiler: { name: string | undefined; version: string | undefined; }; contracts: (I & O)[]; db?: undefined | {}; sourceIndexes: string[]; sources: { sourcePath: string; contents: string; ast?: object | undefined; legacyAST?: object | undefined; language: string; }[] }[], any>

Generated using TypeDoc