Expand description
Core types and utilities for PoT-O (Proof of Tensor Optimizations).
Provides block and transaction types, error handling, and constants used across the validator, mining, and extensions crates.
Re-exports§
pub use error::TribeError;pub use error::TribeResult;
Modules§
- error
- Error types for PoT-O core operations.
- token_
config - Token configuration module
Structs§
- Block
- Minimal block representation aligned with .AI3 core::Block.
- Transaction
- A single chain transaction.
Enums§
- Token
Type - Token type identifier on the chain.
- Transaction
Type - Kind of on-chain transaction.
Constants§
- BLOCK_
TIME_ TARGET - Block time target in seconds.
- ESP_
MAX_ TENSOR_ DIM - Maximum tensor dimensions for ESP-compatible challenges.
- VERSION
- TribeChain version (from crate version).