Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 827 Bytes

File metadata and controls

10 lines (7 loc) · 827 Bytes

Request–response protocol: Client

A client is a contract that makes Airnode requests. While making a request, the client refers to a requester by its requesterInd, which means "fulfill my request with the designated wallet of the requester identified by requesterInd". Doing so requires the client to be endorsed by the said requester.

Note that the client is the contract that makes the request. The client may specify the request such that the request is fulfilled by the provider's Airnode calling back another contract.

Request–response protocol concepts