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
solidity_identifier.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
4
5namespace dcn::pt
6{
7 bool isValidSolidityIdentifier(std::string_view value);
8}
Definition condition.hpp:33
bool isValidSolidityIdentifier(std::string_view value)
Definition solidity_identifier.cpp:97