Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ SerializeToString
Method
SerializeToString
src/qt/paymentrequestplus.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
bool PaymentRequestPlus::SerializeToString(string* output) const
53
{
54
return paymentRequest.SerializeToString(output);
55
}
56
57
bool PaymentRequestPlus::IsInitialized() const
58
{
Callers
3
Q_FOREACH
Function · 0.80
getMerchant
Method · 0.80
SerializationOp
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected