| 730 | |
| 731 | struct 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; |
nothing calls this directly
no outgoing calls
no test coverage detected