mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-11 08:04:30 +00:00
* [stellar-sdk]: Fix AccountRecord.data and data_attr
data is a function to call the /accounts/{id}/data/{key} endpoint, while data_attr is an object bag containing data for the account.
* [stellar-sdk] Add overload to toXDR() which accepts a string encoding