Bitcoin Core 29.99.0
P2P Digital Currency
Namespaces | Functions
type-char.h File Reference
#include <mp/util.h>
Include dependency graph for type-char.h:

Go to the source code of this file.

Namespaces

namespace  mp
 Functions to serialize / deserialize common bitcoin types.
 

Functions

template<typename Output , size_t size>
void mp::CustomBuildField (TypeList< const unsigned char * >, Priority< 3 >, InvokeContext &invoke_context, const unsigned char(&value)[size], Output &&output)
 
template<size_t size, typename Input , typename ReadDest >
decltype(auto) mp::CustomReadField (TypeList< unsigned char[size]>, Priority< 1 >, InvokeContext &invoke_context, Input &&input, ReadDest &&read_dest)