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

Method export_keys

src/Core/WalletHDsqlite.cpp:450–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448}
449
450std::string WalletHDsqlite::export_keys() const {
451 std::string mnemonic;
452 if (!get("mnemonic", mnemonic))
453 throw std::runtime_error("Exporting mnemonic not supported by view-only or hardware-backed wallet");
454 return mnemonic;
455}
456
457bool WalletHDsqlite::on_first_output_found(Timestamp ts) {
458 if (!WalletHDBase::on_first_output_found(ts))

Callers

nothing calls this directly

Calls 1

getFunction · 0.50

Tested by

no test coverage detected