delegateCapability on the Builder API passes the issuer as both audience and requiredIssuer to Store.findWithCapability.
This works if the UCAN you are looking for has the capability by parenthood but not if the capability came from delegation
https://github.com/ucan-wg/ts-ucan/blob/main/packages/core/src/builder.ts#L224
delegateCapabilityon the Builder API passes theissueras bothaudienceandrequiredIssuerto Store.findWithCapability.This works if the UCAN you are looking for has the capability by parenthood but not if the capability came from delegation
https://github.com/ucan-wg/ts-ucan/blob/main/packages/core/src/builder.ts#L224