@xo-cash/utils
    Preparing search index...

    Variable CASHASSEMBLY_VARIABLE_METHOD_REFERENCE_PATTERNConst

    CASHASSEMBLY_VARIABLE_METHOD_REFERENCE_PATTERN: RegExp = ...

    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