MCPcopy Create free account
hub / github.com/bcndev/bytecoin / APIOutputEqualStackIndex

Function APIOutputEqualStackIndex

src/Core/TransactionBuilder.cpp:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 return a.stack_index < b.stack_index;
129}
130static bool APIOutputEqualStackIndex(const api::Output &a, const api::Output &b) {
131 return a.stack_index == b.stack_index;
132}
133
134void TransactionBuilder::add_input(const std::vector<api::Output> &mix_outputs, size_t real_output_index) {
135 m_input_descs.push_back(InputDesc{mix_outputs, real_output_index});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected