# DD Shared Types
Unified shared types and interfaces for decentralized decision making ecosystem.
## Overview
This library provides comprehensive type definitions, interfaces, and utility functions for decentralized decision making systems. It consolidates functionality from the original `decentralized_decision_types` and `shared-interfaces` libraries.
## Features
- **Core Types**: Essential data structures for decentralized decision making
- **Algorithm Types**: Support for various decision algorithms
- **Storage Interfaces**: CosmWasm-compatible storage abstractions
- **Utility Functions**: Helper functions for common operations
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
dd-shared-types = "0.1.0"
```
## License
MIT