Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
 
Loading...
Searching...
No Matches
dcn::file Namespace Reference

Functions

std::optional< std::string > loadTextFile (std::filesystem::path path)
 
std::optional< std::vector< std::byte > > loadBinaryFile (std::filesystem::path path)
 

Function Documentation

◆ loadBinaryFile()

std::optional< std::vector< std::byte > > dcn::file::loadBinaryFile ( std::filesystem::path  path)

◆ loadTextFile()

std::optional< std::string > dcn::file::loadTextFile ( std::filesystem::path  path)