MCPcopy Create free account
hub / github.com/ElementsProject/elements / rpcRunLater

Method rpcRunLater

src/node/interfaces.cpp:680–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678 }
679 bool rpcEnableDeprecated(const std::string& method) override { return IsDeprecatedRPCEnabled(method); }
680 void rpcRunLater(const std::string& name, std::function<void()> fn, int64_t seconds) override
681 {
682 RPCRunLater(name, std::move(fn), seconds);
683 }
684 int rpcSerializationFlags() override { return RPCSerializationFlags(); }
685 util::SettingsValue getSetting(const std::string& name) override
686 {

Callers 1

walletpassphraseFunction · 0.80

Calls 1

RPCRunLaterFunction · 0.85

Tested by

no test coverage detected