| 2685 | |
| 2686 | template <typename Ctx> |
| 2687 | inline std::optional<Node<typename Ctx::Key>> FromString(const std::string& str, const Ctx& ctx) |
| 2688 | { |
| 2689 | return internal::Parse<typename Ctx::Key>(str, ctx); |
| 2690 | } |
| 2691 | |
| 2692 | template <typename Ctx> |
| 2693 | inline std::optional<Node<typename Ctx::Key>> FromScript(const CScript& script, const Ctx& ctx) |
no outgoing calls