MCPcopy Create free account
hub / github.com/ElementsProject/elements / CBalanceCheck

Method CBalanceCheck

src/confidential_validation.h:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66public:
67 CBalanceCheck(std::vector<secp256k1_pedersen_commitment>& vData_, std::vector<secp256k1_pedersen_commitment*>& vpCommitsIn_, std::vector<secp256k1_pedersen_commitment*>& vpCommitsOut_) {
68 vData.swap(vData_);
69 vpCommitsIn.swap(vpCommitsIn_);
70 vpCommitsOut.swap(vpCommitsOut_);
71 }
72
73 bool operator()() override;
74};

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected