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

Method method

src/rpc_api.hpp:732–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730
731struct GetRandomOutputs {
732 static std::string method() { return "get_random_outputs"; }
733 struct Request {
734 std::vector<Amount> amounts; // Repeating the same amount will give you multiples of output_count in result
735 size_t output_count = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected