@stellar/stellar-base
Advanced tools
Comparing version
# Changelog | ||
## [`v10.0.1`](https://github.com/stellar/js-stellar-base/compare/v10.0.0...v10.0.1) | ||
### Fixed | ||
* The TypeScript definition for `Asset.contractId()` now includes a missing parameter (the `networkPassphrase` changes the ID for a contract; [#718](https://github.com/stellar/js-stellar-base/pull/#718)). | ||
## [`v10.0.0`](https://github.com/stellar/js-stellar-base/compare/v9.0.0...v10.0.0): Protocol 20 Stable Release | ||
@@ -5,0 +10,0 @@ |
{ | ||
"name": "@stellar/stellar-base", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"description": "Low-level support library for the Stellar network.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -82,3 +82,3 @@ // TypeScript Version: 2.9 | ||
toTrustLineXDRObject(): xdr.TrustLineAsset; | ||
contractId(): string; | ||
contractId(networkPassphrase: string): string; | ||
@@ -85,0 +85,0 @@ code: string; |
3498129
0.01%