Trait soroban_env_host::storage::SnapshotSource
source · pub trait SnapshotSource {
// Required methods
fn get(&self, key: &Rc<LedgerKey>) -> Result<EntryWithLiveUntil, HostError>;
fn has(&self, key: &Rc<LedgerKey>) -> Result<bool, HostError>;
}