For the complete documentation index, see llms.txt. This page is also available as Markdown.

ExternalApp

AppTokenBalance

struct AppTokenBalance {
  address token;
  int256 amount;
}

ExternalApp

struct ExternalApp {
  struct AppTokenBalance[] balances;
  uint256 appType;
}

Last updated