Expand a handler URL template by substituting its <bech32> / <raw>
placeholders.
Returns undefined when the template requires a placeholder you didn't
supply (e.g. it contains <bech32> but values.bech32 is missing) — so a
caller can fall through to the next target instead of producing a broken URL.
Expand a handler URL template by substituting its
<bech32>/<raw>placeholders.Returns
undefinedwhen the template requires a placeholder you didn't supply (e.g. it contains<bech32>butvalues.bech32is missing) — so a caller can fall through to the next target instead of producing a broken URL.