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

Type Parameters

  • C

  • ARGS

Type declaration

  • deploy:function
    • Parameters

      • Rest ...a: ARGS[]

      Returns Promise<C>

Generated using TypeDoc