/** * This is the API submodule providing * the Burstcoin API functions * * @moduledefinition core.api * @see [[composeApi]] and/or [[ApiComposer]] * * * */ export * from './apiComposer'; export * from './composeApi'; export * from './factories';