UNPKG

@taprsvp/types

Version:

TypeScript types and interfaces for the Transaction Authorization Protocol (TAP)

11 lines 415 B
/** * @fileoverview Tests for TAIP-12 Name Hashing Implementation * * These tests verify the name normalization and hashing functions comply with * the TAIP-12 specification and produce the correct hash values for interoperability * with VerifyVASP and GTR networks. * * Enhanced with fast-check property-based testing and IVMS101 integration tests. */ export {}; //# sourceMappingURL=nameHash.test.d.ts.map