File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+
6+ ## [ ` v14.0.1 ` ] ( https://github.com/stellar/js-stellar-base/compare/v14.0.0...v14.0.1 ) :
7+
8+ ### Fixed
9+ * Added missing ` Asset.toString() ` TypeScript definition ([ #1218 ] ( https://github.com/stellar/js-stellar-sdk/pull/1218 ) ).
10+
11+
512## [ ` v14.0.0 ` ] ( https://github.com/stellar/js-stellar-base/compare/v13.1.0...v14.0.0 ) : Protocol 23
613
714### Breaking Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @stellar/stellar-base" ,
3- "version" : " 14.0.0 " ,
3+ "version" : " 14.0.1 " ,
44 "description" : " Low-level support library for the Stellar network." ,
55 "main" : " ./lib/index.js" ,
66 "browser" : {
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ export class Asset {
7979 toChangeTrustXDRObject ( ) : xdr . ChangeTrustAsset ;
8080 toTrustLineXDRObject ( ) : xdr . TrustLineAsset ;
8181 contractId ( networkPassphrase : string ) : string ;
82+ toString ( ) : string ;
8283
8384 code : string ;
8485 issuer : string ;
You can’t perform that action at this time.
0 commit comments