greedy-solana 0.1.2

Solana implementation of Greedy contract
Documentation
1
2
3
4
5
6
7
8
pub(crate) mod contract_state;
pub(crate) mod participant;
pub(crate) mod sale;

/// Anchor discriminator length
pub const DISCRIMINATOR_LENGTH: usize = 8;
/// Account reserve space
pub const ACCOUNT_RESERVE_SPACE: usize = 32;