This module exports the main API giving access to common functionality in a flat namespace.
Any modules not re-exported here have to be explicitly imported. This is the case for advanced functionality like cryptography.
import * as ccfapp from '@microsoft/ccf-app'; Copy
import * as ccfapp from '@microsoft/ccf-app';
This module exports the main API giving access to common functionality in a flat namespace.
Any modules not re-exported here have to be explicitly imported. This is the case for advanced functionality like cryptography.