5#ifndef MP_PROXY_TYPE_DECAY_H
6#define MP_PROXY_TYPE_DECAY_H
11template <
typename LocalType,
typename Value,
typename Output>
21template <
typename LocalType,
typename Value,
typename Output>
27template <
typename LocalType,
typename Value,
typename Output>
Functions to serialize / deserialize common bitcoin types.
void BuildField(TypeList< LocalTypes... >, Context &context, Output &&output, Values &&... values)
void CustomBuildField(TypeList< LocalType >, Priority< 1 >, InvokeContext &invoke_context, Value &&value, Output &&output)
Overload multiprocess library's CustomBuildField hook to allow any serializable object to be stored i...
Function parameter type for prioritizing overloaded function calls that would otherwise be ambiguous.
Generic utility functions used by capnp code.
constexpr auto Ticks(Dur2 d)
Helper to count the seconds of a duration/time_point.