BuildsManager

contract. BuildsManager

new BuildsManager(_outputter)

A BuildsManager is a ContractsManager which in addition to managing contracts and compiles, also handles network-specific builds like links and deploys.

Parameters:
Name Type Description
_outputter function

a (possibly asynchronous) function that takes (key: string, val: {Map} | {List} | null ) and returns a Promise or other value that you want returned from compile or clean* methods. If missing, _outputter defaults to setImmutableKey to a local file-based DB store.

Source: