Core SDK Reference
All methods in @raga-neobank/core
Vaults
Browse available investment strategy vaults
User
Manage authenticated user profiles
Portfolio
Track positions and performance
Transactions
Generate blockchain transaction payloads
Error Handling
All SDK errors are typed NeobankError instances
| Field | Type | Description |
|---|---|---|
| message | string | Human-readable error description |
| code | number | API error code |
| statusCode | number | HTTP status code |
| detail | string | null | Additional error context |
Type guard:
isNeobankError(error)— safely checks if an error is a NeobankError