UNPKG

vc-notarization

Version:

Notarize verifiable credentials on DLT for provability and order

9 lines (8 loc) 132 B
/** * All types of supported DLTs */ export declare enum DLT { ETH = "ETHEREUM", IOTA = "IOTA", SHIMMER = "SHIMMER" }