Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
ipc::capnp Namespace Reference

Classes

struct  Context

Concepts

concept  Deserializable

Functions

template<typename S>
auto Wrap (S &s)
std::unique_ptr< ProtocolMakeCapnpProtocol ()

Function Documentation

◆ MakeCapnpProtocol()

std::unique_ptr< Protocol > ipc::capnp::MakeCapnpProtocol ( )

Definition at line 154 of file protocol.cpp.

Here is the caller graph for this function:

◆ Wrap()

template<typename S>
auto ipc::capnp::Wrap ( S & s)

Construct a ParamStream wrapping a data stream with serialization parameters needed to pass transaction objects between bitcoin processes. In the future, more params may be added here to serialize other objects that require serialization parameters. Params should just be chosen to serialize objects completely and ensure that serializing and deserializing objects with the specified parameters produces equivalent objects. It's also harmless to specify serialization parameters here that are not used.

Definition at line 43 of file common-types.h.

Here is the caller graph for this function: