# SCToken\<ChainIdentifier>

```
type SCToken<ChainIdentifier> = Token<ChainIdentifier> & object;
```

Defined in: [atomiq-sdk/src/types/Token.ts:143](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/types/Token.ts#L143)

Token on the smart chain

## Type Declaration

| Name         | Type                                       | Defined in                                                                                                                                          |
| ------------ | ------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| `chain`      | `"SC"`                                     | [atomiq-sdk/src/types/Token.ts:145](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/types/Token.ts#L145) |
| `chainId`    | `ChainIdentifier`                          | [atomiq-sdk/src/types/Token.ts:144](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/types/Token.ts#L144) |
| `toString()` | () => `` `${ChainIdentifier}-${string}` `` | [atomiq-sdk/src/types/Token.ts:147](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/types/Token.ts#L147) |

## Type Parameters

| Type Parameter                       | Default type |
| ------------------------------------ | ------------ |
| `ChainIdentifier` *extends* `string` | `string`     |
