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
Part of #377
Instead of having a separate struct SpenderLeaf (due to ..... comment) we can directly put the total_spent in the Spender struct as an Option<UnifiedNum>
GET /v5/channel/:id/spender/:addr
GET /v5/channel/:id/spender/all
The text was updated successfully, but these errors were encountered:
Part of #377
Instead of having a separate struct
SpenderLeaf
(due to ..... comment) we can directly put thetotal_spent
in theSpender
struct as anOption<UnifiedNum>
The text was updated successfully, but these errors were encountered: