Files
bitcoin/src
stickies-v b3bf18f0ba rpc: refactor: use string_view in Arg/MaybeArg
Modernizes interface by not forcing users to deal with raw pointers,
without adding copying overhead. Generalizes the logic of whether
we return by value or by optional/pointer.

In cases where functions take a `const std::string&` and it would
be too much work to update them, a string copy is made (which was
already happening anyway).
2025-10-02 12:53:25 +01:00
..
2025-09-08 18:39:55 +01:00
2025-09-07 17:28:31 +02:00
2025-09-03 11:23:30 +01:00
2025-08-12 11:28:36 -04:00
2025-08-12 11:28:36 -04:00