Skip to main content

Variable.ApplicationFeature

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

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

AgentWallet

readonly AgentWallet: "agent-wallet";

Dpp

readonly Dpp: "dpp";

Invest

readonly Invest: "invest";

Loyalty

readonly Loyalty: "loyalty";

Trust

readonly Trust: "trust";