Skip to content

Commit 66f824e

Browse files
authored
Remove non-existent MuxedAccount.parseBaseAddress from TS definitions. (#797)
1 parent 087e2d6 commit 66f824e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
### Fixed
6+
* Remove `MuxedAccount.parseBaseAddress` from TypeScript definitions ([#797](https://github.com/stellar/js-stellar-base/pull/797)).
7+
58
## [`v13.1.0`](https://github.com/stellar/js-stellar-base/compare/v13.0.1...v13.1.0)
69

710
### Added

types/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export class Contract {
3838
export class MuxedAccount {
3939
constructor(account: Account, sequence: string);
4040
static fromAddress(mAddress: string, sequenceNum: string): MuxedAccount;
41-
static parseBaseAddress(mAddress: string): string;
4241

4342
/* Modeled after Account, above */
4443
accountId(): string;

0 commit comments

Comments
 (0)