protobook-api 0.1.4

API for interacting with the Protobook program
Documentation
1
2
3
4
5
/// Seed of the order account PDA.
pub const ORDER: &[u8] = b"order";

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