passport icon indicating copy to clipboard operation
passport copied to clipboard

New decoder method to request combined score and stamp data for specific scorer ID

Open lebraat opened this issue 10 months ago • 0 comments

User Story:

As a developer I want to be able to request both score and stamp data for a specific scorer ID So that I can request users' custom scorer details

Acceptance Criteria

GIVEN an address and scorer ID on a supported chain WHEN I need both score and stamp data for a custom scorer THEN I can use a new method to request this data from the decoder contract

Product & Design Links:

Lucian recommended getDetailedScore(scorerId,address). Makes sense to me!

Tech Details:

The returned data should look similar to the payload returned by the v2 API.

lebraat avatar Apr 01 '25 17:04 lebraat