You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -12,7 +12,7 @@ A breaking change will get clearly marked in this log.
```diff
- import { ContractClient } from '@stellar/stellar-sdk/lib/contract_client'
- import { ContractClient } from '@stellar/stellar-sdk'
+ import { ContractClient } from '@stellar/stellar-sdk'
```
Note that this top-level export is now a container for all ContractClient-related functionality. The ContractClient class is now available at `ContractClient.Client`.