Bitcoin Core 28.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
mp::ProxyServer< gen::FooInterface > Struct Reference

#include <ipc_test.capnp.proxy.h>

Inheritance diagram for mp::ProxyServer< gen::FooInterface >:
[legend]
Collaboration diagram for mp::ProxyServer< gen::FooInterface >:
[legend]

Public Member Functions

 ~ProxyServer ()
 
kj::Promise< void > add (AddContext call_context) override
 
kj::Promise< void > passOutPoint (PassOutPointContext call_context) override
 
kj::Promise< void > passUniValue (PassUniValueContext call_context) override
 

Detailed Description

Definition at line 99 of file ipc_test.capnp.proxy.h.

Constructor & Destructor Documentation

◆ ~ProxyServer()

mp::ProxyServer< gen::FooInterface >::~ProxyServer ( )

Definition at line 8 of file ipc_test.capnp.proxy-types.c++.

Member Function Documentation

◆ add()

kj::Promise< void > mp::ProxyServer< gen::FooInterface >::add ( AddContext call_context)
override

Definition at line 7 of file ipc_test.capnp.proxy-server.c++.

◆ passOutPoint()

kj::Promise< void > mp::ProxyServer< gen::FooInterface >::passOutPoint ( PassOutPointContext call_context)
override

Definition at line 10 of file ipc_test.capnp.proxy-server.c++.

◆ passUniValue()

kj::Promise< void > mp::ProxyServer< gen::FooInterface >::passUniValue ( PassUniValueContext call_context)
override

Definition at line 13 of file ipc_test.capnp.proxy-server.c++.


The documentation for this struct was generated from the following files: