Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AddSources

Index

Functions

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

    Parameters

    • inputs: any

    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>

Generated using TypeDoc