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

NameType
AgentWallet"agent-wallet"
Dpp"dpp"
Invest"invest"
Loyalty"loyalty"
Trust"trust"