Adds a guard for the new sub account features that makes it "opt in."
The reason we do this is because there are breaking changes that
external developers will need to do some migration work in order to
use it.
We will have a follow up PR in the default frontend (https://node.deso.org),
that gives a clear example of how to change the code in order to use
the new sub account features. Note that this is only applicable for apps
using the legacy iframe API. Anyone using the new desojs lib will simply
pick up the new features automatically.
Adds a guard for the new sub account features that makes it "opt in." The reason we do this is because there are breaking changes that external developers will need to do some migration work in order to use it.
We will have a follow up PR in the default frontend (https://node.deso.org), that gives a clear example of how to change the code in order to use the new sub account features. Note that this is only applicable for apps using the legacy iframe API. Anyone using the new desojs lib will simply pick up the new features automatically.