stellar / js-stellar-sdk

Main Stellar client library for the JavaScript language.
https://stellar.github.io/js-stellar-sdk/
Apache License 2.0
615 stars 296 forks source link

AccountResponse to implement AccountRecord #971

Closed Pasniczy closed 6 days ago

Pasniczy commented 1 month ago

Motivation for this PR is I want to access num_sponsored but TS raises falsy errors

implements Omit<ServerApi.AccountRecord,_${string}`` enforces defining fields that are present on ServerApi.AccountRecord but don't start with underscore.

implements ServerApi.AccountRecord would enforce definining _links as public property, which looking at _baseAccount you don't intend