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

# AddressStatus

Enum representing the status of an address in the wallet.

## Enumeration Members

### ATTEMPTED\_USE

```ts theme={null}
ATTEMPTED_USE: "ATTEMPTED_USE";
```

#### Source

[wallet/qi-hdwallet.ts:53](https://github.com/dominant-strategies/quais.js/blob/c1c12d43f9d34c6baad2b0542bd6d0acd6fefcbf/src/wallet/qi-hdwallet.ts#L53)

***

### UNKNOWN

```ts theme={null}
UNKNOWN: "UNKNOWN";
```

#### Source

[wallet/qi-hdwallet.ts:54](https://github.com/dominant-strategies/quais.js/blob/c1c12d43f9d34c6baad2b0542bd6d0acd6fefcbf/src/wallet/qi-hdwallet.ts#L54)

***

### UNUSED

```ts theme={null}
UNUSED: "UNUSED";
```

#### Source

[wallet/qi-hdwallet.ts:52](https://github.com/dominant-strategies/quais.js/blob/c1c12d43f9d34c6baad2b0542bd6d0acd6fefcbf/src/wallet/qi-hdwallet.ts#L52)

***

### USED

```ts theme={null}
USED: "USED";
```

#### Source

[wallet/qi-hdwallet.ts:51](https://github.com/dominant-strategies/quais.js/blob/c1c12d43f9d34c6baad2b0542bd6d0acd6fefcbf/src/wallet/qi-hdwallet.ts#L51)
