UNPKG

jsonld-signatures-merkleproof2019

Version:

A jsonld signature implementation to support MerkleProof2019 verification in Verifiable Credential context

4 lines (3 loc) 128 B
export type NullableString = string | null; export type NullableDate = Date | null; export type NullableNumber = number | null;