[@debridge-finance/solana-client](../README.md) / [Exports](../modules.md) / [interfaces](../modules/interfaces.md) / SupportedChainInfoType

# Interface: SupportedChainInfoType

[interfaces](../modules/interfaces.md).SupportedChainInfoType

## Table of contents

### Properties

- [supported](interfaces.SupportedChainInfoType.md#supported)

## Properties

### supported

• **supported**: `Object`

#### Type declaration

| Name | Type |
| :------ | :------ |
| `chainAddressLen` | `number` |
| `fixedFee?` | `BN` |
| `transferFeeBps?` | `BN` |

#### Defined in

[interfaces.ts:225](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/interfaces.ts#L225)
