Crate nomy_data_models

Source
Expand description

Nomy Data Models

This crate provides data model definitions for Nomy wallet analysis data processing. These models are shared across multiple services and are generated from Python SQLAlchemy models.

Re-exports§

pub use enums::*;
pub use models::*;

Modules§

enums
Enum definitions for Nomy wallet analysis data processing.
error
Error types for the crate
models
Model definitions for Nomy wallet analysis data processing.

Constants§

VERSION
Version of the crate

Type Aliases§

Result
Result type for the crate