MCPcopy Create free account
hub / github.com/CommE2E/comm / pickleAccountToString

Method pickleAccountToString

native/cpp/CommonCpp/CryptoTools/CryptoModule.cpp:303–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303std::string CryptoModule::pickleAccountToString(const std::string &secretKey) {
304 return this->pickleAccount(secretKey);
305}
306
307void CryptoModule::restoreFromB64(
308 const std::string &secretKey,

Callers 3

createFullBackupMethod · 0.80
createUserKeysBackupMethod · 0.80
restoreUserMethod · 0.80

Calls 1

pickleAccountMethod · 0.95

Tested by

no test coverage detected