Type alias MinEthersFactory<C, ARGS>

MinEthersFactory<C, ARGS>: {
    deploy(...a): Promise<C>;
}

Type Parameters

  • C
  • ARGS

Type declaration