Labels: bug, good first issue
Description
When querying account details from Horizon, unfunded accounts return an error. Currently, this is not handled gracefully and may cause crashes or unclear errors.
Expected Behavior
Return a well-defined error or optional result indicating the account is unfunded.
Acceptance Criteria
Detect unfunded account responses from Horizon
Map to a custom error type (e.g., AccountNotFound)
Add unit test for this case
Labels: bug, good first issue
Description
When querying account details from Horizon, unfunded accounts return an error. Currently, this is not handled gracefully and may cause crashes or unclear errors.
Expected Behavior
Return a well-defined error or optional result indicating the account is unfunded.
Acceptance Criteria
Detect unfunded account responses from Horizon
Map to a custom error type (e.g., AccountNotFound)
Add unit test for this case