MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / EncodeDumpTime

Function EncodeDumpTime

src/rpc/rpcdump.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30void EnsureWalletIsUnlocked();
31
32static string EncodeDumpTime(int64_t nTime) { return DateTimeStrFormat("%Y-%m-%dT%H:%M:%SZ", nTime); }
33
34Value dumpwallet(const Array& params, bool fHelp) {
35 if (fHelp || params.size() != 1)

Callers 1

dumpwalletFunction · 0.85

Calls 1

DateTimeStrFormatFunction · 0.85

Tested by

no test coverage detected