v5.3.0
Add
- Opt-in support for muxed accounts. In addition to the support introduced in v5.2.0, this completes support for muxed accounts by enabling them for fee-bump transactions. Pass a muxed account address (in the
M...
form) as the first parameter (and explicitly opt-in to muxing by passingtrue
as the last parameter,withMuxing
) toTransactionBuilder.buildFeeBumpTransaction
to make thefeeSource
a fully-muxed account instance (#434).