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

Method WriteDestData

src/wallet/walletdb.cpp:1155–1158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1153}
1154
1155bool WalletBatch::WriteDestData(const std::string &address, const std::string &key, const std::string &value)
1156{
1157 return WriteIC(std::make_pair(DBKeys::DESTDATA, std::make_pair(address, key)), value);
1158}
1159
1160bool WalletBatch::EraseDestData(const std::string &address, const std::string &key)
1161{

Callers 2

SetAddressUsedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected