CCF
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
lfs_interface.h File Reference
#include "ccf/node_subsystem_interface.h"
#include <memory>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  ccf::indexing::FetchResult
 
class  ccf::indexing::AbstractLFSAccess
 

Namespaces

namespace  ccf
 
namespace  ccf::indexing
 

Typedefs

using ccf::indexing::LFSKey = std::string
 
using ccf::indexing::LFSEncryptedContents = std::vector< uint8_t >
 
using ccf::indexing::LFSContents = std::vector< uint8_t >
 
using ccf::indexing::FetchResultPtr = std::shared_ptr< FetchResult >