Matches a single dot variable method reference inside an angle-bracket identifier.
Used to detect primitive method references such as expiry.toIso8601.
For example:
expiry.toIso8601 matches (base expiry, method toIso8601)
requestedSatoshis does not match (no method)
key.schnorr_signature.all_outputs does not match (more than one dot)
key.public_key matches the pattern shape but it is only resolved
when hint maps to a primitive
Matches a single dot variable method reference inside an angle-bracket identifier.
Used to detect primitive method references such as
expiry.toIso8601.For example:
expiry.toIso8601matches (baseexpiry, methodtoIso8601)requestedSatoshisdoes not match (no method)key.schnorr_signature.all_outputsdoes not match (more than one dot)key.public_keymatches the pattern shape but it is only resolved whenhintmaps to a primitive