|
CCF
|
#include <http_node_client.h>
Inherits ccf::NodeClient.
Public Member Functions | |
| HTTPNodeClient (std::shared_ptr< ccf::RPCMap > rpc_map, ccf::crypto::ECKeyPairPtr node_sign_kp, const ccf::crypto::Pem &self_signed_node_cert_, const std::optional< ccf::crypto::Pem > &endorsed_node_cert_) | |
| ~HTTPNodeClient () override=default | |
| bool | make_request (::http::Request &request) override |
Public Member Functions inherited from ccf::NodeClient | |
| NodeClient (std::shared_ptr< ccf::RPCMap > rpc_map_, ccf::crypto::ECKeyPairPtr node_sign_kp_, const ccf::crypto::Pem &self_signed_node_cert_, const std::optional< ccf::crypto::Pem > &endorsed_node_cert_) | |
| virtual | ~NodeClient ()=default |
Additional Inherited Members | |
Protected Attributes inherited from ccf::NodeClient | |
| std::shared_ptr< ccf::RPCMap > | rpc_map |
| ccf::crypto::ECKeyPairPtr | node_sign_kp |
| const ccf::crypto::Pem & | self_signed_node_cert |
| const std::optional< ccf::crypto::Pem > & | endorsed_node_cert = std::nullopt |
|
inline |
|
overridedefault |
|
inlineoverridevirtual |
Implements ccf::NodeClient.