# Namespace: Token

## Table of contents

### Type aliases

- [Balance](Token.md#balance)

## Type aliases

### Balance

Ƭ **Balance**: `Object`

Type definition for a token balance.

**`param`** Represents the user's amount stayed on ICNS

**`param`** Represents the user's amount from plug wallet

**`param`** Represents the sum of icns and plug

#### Type declaration

| Name | Type |
| :------ | :------ |
| `icns` | `BigNumber` |
| `plug` | `BigNumber` |
| `total` | `BigNumber` |
