Requesting inferences for Web3 Credit Scoring Challenge

Consumers can request inferences by calling the following function in their contract:

makeConsumerRequest(string calldata _input)

This function requires the consumption window to be active and the consumer to have a sufficient payment balance.

  • _input: The data for which an inference is requested.

Last updated