Skip to main content

Variable.ApplicationFeature

const ApplicationFeature: {
AgentWallet: "agent-wallet";
Dpp: "dpp";
Invest: "invest";
Loyalty: "loyalty";
};

Flags describing which product surfaces (DPP, Loyalty, or Invest) are enabled for a given application. Used throughout the SDK to flip UI and API capabilities.

Type Declaration

NameTypeDefault value
AgentWallet"agent-wallet"'agent-wallet'
Dpp"dpp"'dpp'
Invest"invest"'invest'
Loyalty"loyalty"'loyalty'