MCPcopy Create free account
hub / github.com/bcndev/bytecoin / WalletNodeExt

Method WalletNodeExt

src/Core/WalletNodeExt.hpp:17–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15class WalletNodeExt : public WalletNode {
16public:
17 explicit WalletNodeExt(const Config &config, const Currency &currency, logging::ILogger &log)
18 : WalletNode(config, currency, log) {}
19 ~WalletNodeExt() override;
20
21 bool on_ext_create_wallet(http::Client *, http::RequestBody &&, json_rpc::Request &&,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected