MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / SerializeToString

Method SerializeToString

src/qt/paymentrequestplus.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51bool PaymentRequestPlus::SerializeToString(std::string *output) const {
52 return paymentRequest.SerializeToString(output);
53}
54
55bool PaymentRequestPlus::IsInitialized() const {
56 return paymentRequest.IsInitialized();

Callers 15

verify_x509Method · 0.80
verify_dnssecMethod · 0.80
send_paymentMethod · 0.80
make_unsigned_requestFunction · 0.80
sign_request_with_aliasFunction · 0.80
sign_request_with_x509Function · 0.80
add_payment_requestMethod · 0.80
do_GETMethod · 0.80
do_POSTMethod · 0.80
sendMethod · 0.80
send_pbFunction · 0.80

Calls

no outgoing calls

Tested by 2

do_GETMethod · 0.64
do_POSTMethod · 0.64