MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / WriteAddressReceiveRequest

Method WriteAddressReceiveRequest

src/wallet/walletdb.cpp:1231–1234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1229}
1230
1231bool WalletBatch::WriteAddressReceiveRequest(const CTxDestination& dest, const std::string& id, const std::string& receive_request)
1232{
1233 return WriteIC(std::make_pair(DBKeys::DESTDATA, std::make_pair(EncodeDestination(dest), "rr" + id)), receive_request);
1234}
1235
1236bool WalletBatch::EraseAddressReceiveRequest(const CTxDestination& dest, const std::string& id)
1237{

Callers 3

ExportWatchOnlyWalletFunction · 0.80
ApplyMigrationDataMethod · 0.80

Calls 1

EncodeDestinationFunction · 0.85

Tested by

no test coverage detected