Expose the underlying CREClient for advanced usage
Settle a payment by delegating to the Chainlink CRE workflow
Return supported payment kinds derived from the CRE client configuration. Falls back to a live capabilities lookup if the endpoint supports it.
Verify a payment by delegating to the Chainlink CRE workflow
CRE-backed facilitator client
Implements
IFacilitatorClientby routing all verification and settlement operations directly through aCREClientto the Chainlink DON, bypassing any intermediate HTTP facilitator server.Example