MCPcopy 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
52bool PaymentRequestPlus::SerializeToString(string* output) const
53{
54 return paymentRequest.SerializeToString(output);
55}
56
57bool PaymentRequestPlus::IsInitialized() const
58{

Callers 3

Q_FOREACHFunction · 0.80
getMerchantMethod · 0.80
SerializationOpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected