Function: getExplicitFiles()
function getExplicitFiles(options): ContractTreeResolved;
Reads files from the file system into a ContractTreeResolved structure. Either
an explicit list of files are read, or everything under contract/*
.
Parameters
• options: SelfRegisterOptions
The options to use for getting the explicit files.
Returns
The explicit files as a ContractTreeResolved.