1/// Seed of the order account PDA. 2pub const ORDER: &[u8] = b"order"; 3 4/// Seed of the receipt account PDA. 5pub const RECEIPT: &[u8] = b"receipt";