Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AddContractInstances

Index

Functions

Functions

Const process

  • process<I, O>(inputs: { artifacts: { [x: string]: string | number | boolean | any[] | { [x: string]: any; }; contractName?: string | undefined; abi: ({ type: "event"; name: string; inputs: { [x: string]: any; }[]; anonymous: boolean; } | { type: "error"; name: string; inputs: { ...; }[]; } | ... 6 more ... | { ...; })[]; ... 19 more ...; db: { ...; }...[]; network: { networkId: string; } }): Generator<Web3Request | GraphQlRequest, { artifacts: { [x: string]: string | number | boolean | any[] | { [x: string]: any; }; contractName?: string | undefined; abi: ({ type: "event"; name: string; inputs: { [x: string]: any; }[]; anonymous: boolean; } | { type: "error"; name: string; inputs: { ...; }[]; } | ... 6 more ... | { ...; })[]; ... 19 more ...; db: { ...; }...[]; network: { networkId: string; } }, any>

Generated using TypeDoc