Contract Module
This module provides TypeScript interfaces and types for interacting with blockchain contracts. It includes definitions for various contract parameters and functions, allowing for type-safe contract interactions.
Features
TypeScript interfaces for contract parameters.
Type-safe function definitions for contract interactions.
Support for multiple contract versions.
Usage
Import the necessary interfaces and types from this module to ensure type safety when interacting with blockchain contracts in your application.
Usage Example
This example demonstrates how to use the ProofOfIdentityV2
function to fetch user identity details from a smart contract. Replace the placeholders with actual addresses.