Library

Methods

static getLibrary() → {Promise}

get list of networks from the library

Returns:
Promise -

promise, the resolution is an object containing a list of libraries

static getNetworkFromLibrary(networkName) → {Promise}

get a network from the library, specified by filename

Parameters:
Name Type Description
networkName string

library file name without the extension

Returns:
Promise -

promise, the resolution is an object containing the library import data