UNPKG

@minespider/core-bundles

Version:

A high-level SDK for Minespider Core. It abstract the low-level features from the core SDK for a more high-level usage such as DAPPs. Some of the features are 1:1 with the SDK some others abstract some low-level interactions or multiple actions

12 lines (10 loc) 220 B
interface CertificateDto { cmw: number; rawAmount: number; grade: number; geoLocation: [number, number]; materialId: string; publicFiles: FileList; privateFiles: FileList; } export default CertificateDto;