> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TokenBalance

> Swift Structure

**Structure**

```swift theme={null}
struct TokenBalance
```

## Initializers

### init(symbol:name:amount:contractAddress:decimals:rawAmount:)

```swift theme={null}
init(symbol: TokenBalance.Symbol, name: String, amount: String, contractAddress: String? = nil, decimals: Int? = nil, rawAmount: String? = nil)
```

## Instance Properties

### amount

```swift theme={null}
let amount: String
```

### contractAddress

```swift theme={null}
let contractAddress: String?
```

### decimals

```swift theme={null}
let decimals: Int?
```

### name

```swift theme={null}
let name: String
```

### rawAmount

```swift theme={null}
let rawAmount: String?
```

### symbol

```swift theme={null}
let symbol: TokenBalance.Symbol
```

### token

```swift theme={null}
var token: CryptoCurrency { get }
```

## Enumerations

### TokenBalance.Symbol

```swift theme={null}
enum Symbol
```
