> For the complete documentation index, see [llms.txt](https://docs.rigoblock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rigoblock.com/solidity-api-reference/protocol/types/externalapp.md).

# ExternalApp

## AppTokenBalance

```solidity
struct AppTokenBalance {
  address token;
  int256 amount;
}
```

## ExternalApp

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