You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to implement the /get_whitelisted_entrypoints endpoint in the Vault backend. This endpoint is responsible for retrieving the whitelisted entry points associated with a specific account on StarkNet.
Details
Method: GET
Path: /get_whitelisted_entrypoints
Summary: Get whitelisted entry points.
Request Parameters:
address: The StarkNet address for which the whitelisted entry points are to be retrieved.
Response:
Status Code: 200
Description: Successful retrieval of whitelisted entry points
Description
We need to implement the
/get_whitelisted_entrypoints
endpoint in the Vault backend. This endpoint is responsible for retrieving the whitelisted entry points associated with a specific account on StarkNet.Details
Request Parameters:
Response:
Notes:
The whitelisted entry points are represented as an array of hexadecimal strings.
Example
Tasks:
/get_whitelisted_entrypoints
endpoint.The text was updated successfully, but these errors were encountered: