Skip to main content

Crate pot_o_core

Crate pot_o_core 

Source
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§

TokenType
Token type identifier on the chain.
TransactionType
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).