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