Go to the source code of this file.
|
| namespace | mp |
| | Functions to serialize / deserialize common bitcoin types.
|
| |
|
| template<typename Value , typename FnR , typename... FnParams, typename Output > |
| void | mp::CustomBuildField (TypeList< std::function< FnR(FnParams...)> >, Priority< 1 >, InvokeContext &invoke_context, Value &&value, Output &&output) |
| |
| template<typename FnR , typename... FnParams, typename Input , typename ReadDest > |
| decltype(auto) | mp::CustomReadField (TypeList< std::function< FnR(FnParams...)> >, Priority< 1 >, InvokeContext &invoke_context, Input &&input, ReadDest &&read_dest) |
| |