Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
common.hpp File Reference
Include dependency graph for common.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fc::crypto::checksummed_data< DataType >
 
struct  fc::crypto::base58_str_parser_impl< Result, Prefixes, Position, KeyType, Rem... >
 
struct  fc::crypto::base58_str_parser_impl< Result, Prefixes, Position >
 
struct  fc::crypto::base58_str_parser< std::variant< Ts... >, Prefixes >
 
struct  fc::crypto::base58str_visitor< Storage, Prefixes, DefaultPosition >
 
struct  fc::crypto::eq_comparator< T >
 
struct  fc::crypto::eq_comparator< std::variant< Ts... > >
 
struct  fc::crypto::eq_comparator< std::variant< Ts... > >::visitor
 
struct  fc::crypto::less_comparator< T >
 
struct  fc::crypto::less_comparator< std::variant< Ts... > >
 
struct  fc::crypto::less_comparator< std::variant< Ts... > >::visitor
 
struct  fc::crypto::shim< Data >
 

Namespaces

namespace  fc
 namespace sysio::chain
 
namespace  fc::crypto
 

Functions

bool fc::crypto::prefix_matches (const char *prefix, const std::string &str)
 
 FC_REFLECT_TEMPLATE ((typename T), fc::crypto::checksummed_data< T >,(data)(check)) FC_REFLECT_TEMPLATE((typename T)
 

Function Documentation

◆ FC_REFLECT_TEMPLATE()

FC_REFLECT_TEMPLATE ( (typename T) ,
fc::crypto::checksummed_data< T > ,
(data)(check)  )