alea-sdk 0.1.0

CPI crate for Alea — drand BN254 BLS randomness verifier on Solana
Documentation
1
2
3
4
5
6
7
//! Account type re-exports for Alea CPI consumers.
//!
//! Consumer programs write their Accounts struct inline with the two
//! mandatory constraints per ADR 0034; see the lib.rs doc example for the
//! canonical pattern.

pub use alea_verifier::state::Config;