1 2 3 4 5 6 7 8
use hdk::prelude::*; use holo_hash::EntryHashB64; #[derive(Debug, PartialEq, Serialize, Deserialize, SerializedBytes)] pub enum FetchOptions { All, Specific(Vec<EntryHashB64>), }