We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MuxedAccount.parseBaseAddress
1 parent 087e2d6 commit 66f824eCopy full SHA for 66f824e
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## Unreleased
4
5
+### Fixed
6
+* Remove `MuxedAccount.parseBaseAddress` from TypeScript definitions ([#797](https://github.com/stellar/js-stellar-base/pull/797)).
7
+
8
## [`v13.1.0`](https://github.com/stellar/js-stellar-base/compare/v13.0.1...v13.1.0)
9
10
### Added
types/index.d.ts
@@ -38,7 +38,6 @@ export class Contract {
38
export class MuxedAccount {
39
constructor(account: Account, sequence: string);
40
static fromAddress(mAddress: string, sequenceNum: string): MuxedAccount;
41
- static parseBaseAddress(mAddress: string): string;
42
43
/* Modeled after Account, above */
44
accountId(): string;
0 commit comments