alea-sdk 0.1.0

CPI crate for Alea — drand BN254 BLS randomness verifier on Solana
Documentation
1
2
3
4
5
6
//! Error type re-exports for Alea CPI consumers.
//!
//! `AleaError` variants map to on-chain error codes 6000-6009. See
//! `build-spec/sdk/rust-cpi.md` for the full table.

pub use alea_verifier::errors::AleaError;