Resolves a custom, caller-defined request outside the circuit.
Unlike the protocol's built-in oracles, this one carries no fixed meaning: the contract chooses a kind and an
opaque payload, and PXE (or a resolver it is configured with) produces the response however it needs to, whether
from local state, by coordinating with a third party, or by fetching offchain data. kind selects the request type
so a single resolver can serve many such types; everything specific to a request goes in payload.
Resolves a custom, caller-defined request outside the circuit.
Unlike the protocol's built-in oracles, this one carries no fixed meaning: the contract chooses a
kindand an opaquepayload, and PXE (or a resolver it is configured with) produces the response however it needs to, whether from local state, by coordinating with a third party, or by fetching offchain data.kindselects the request type so a single resolver can serve many such types; everything specific to a request goes inpayload.