entropy-api 0.1.0

API for interacting with the Entropy program
Documentation
1
2
3
4
5
6
7
8
use solana_program::pubkey;
use steel::Pubkey;

/// Seed of the var account PDA.
pub const VAR: &[u8] = b"var";

/// Entropy provider address.
pub const ENTROPY_PROVIDER: Pubkey = pubkey!("HNWhK5f8RMWBqcA7mXJPaxdTPGrha3rrqUrri7HSKb3T");