Description:
The contract has get_lp_score but the SDK does not expose it. LP score determines priority in the fund queue.
Why it matters: LPs need to see their reputation score.
Acceptance Criteria:
Relevant Files: contracts/invoice_liquidity/src/invoice.rs:572-592, sdk/src/index.ts
Description:
The contract has
get_lp_scorebut the SDK does not expose it. LP score determines priority in the fund queue.Why it matters: LPs need to see their reputation score.
Acceptance Criteria:
getLpScore(lp)view methodRelevant Files:
contracts/invoice_liquidity/src/invoice.rs:572-592,sdk/src/index.ts