- Enable Muxed Accounts (SEP-23) by default (#4169):
- Remove
TransactionParams.EnableMuxedAccounts - Remove
TransactionFromXDROptionEnableMuxedAccounts - Remove
FeeBumpTransactionParams.EnableMuxedAccounts - Remove parameter
withMuxedAccounts boolfrom all methods/functions. - Remove
options ...TransactionFromXDROptionparameter fromTransactionFromXDR() - Rename
SetOpSourceMuxedAccount()to (pre-existing)SetOpSourceAccount()which now accepts
bothGandM(muxed) account strkeys.
- Remove
- Use xdr.Price to represent prices in txnbuild instead of strings (#4167).