-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Description
Add exports for all non-exported endpoint files in src/index.ts. The implementations and tests already exist in src/api/ — they just need to be exported.
Endpoints to export
getSettingsgetCustomRequestgetCheckStatusCustomRequestgetEstimateFeesgetDeliveredRewardsgetPendingTxCountgetStatisticsgetSystemInfogetWhitelistgetBlacklistgetTxgetTreasuryReadgetDeliverRewards
Implementation details
Each endpoint already has an implementation file under src/api/ and a corresponding test file. The task is to add the appropriate export statements in src/index.ts so that consumers of the SDK can access these endpoints directly.
Look at the existing exports in src/index.ts for the pattern to follow (e.g. how getClaimableTokens is exported), then add matching export lines for each of the endpoints listed above.
Files
- Modify:
src/index.ts
Verification
npm test — all 22 test files should pass.
Milestone
SDK Readiness — Task 1.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request