@debridge-finance/solana-contracts-client
Version:
[Docs](docs/README.md)
66 lines (35 loc) • 1.75 kB
Markdown
[@debridge-finance/solana-client](../README.md) / [Exports](../modules.md) / [instructions](../modules/instructions.md) / InitChainSupportInfoParamsType
# Interface: InitChainSupportInfoParamsType
[instructions](../modules/instructions.md).InitChainSupportInfoParamsType
## Table of contents
### Properties
- [chainAddressLen](instructions.InitChainSupportInfoParamsType.md#chainaddresslen)
- [fixedFee](instructions.InitChainSupportInfoParamsType.md#fixedfee)
- [isSupported](instructions.InitChainSupportInfoParamsType.md#issupported)
- [targetChainId](instructions.InitChainSupportInfoParamsType.md#targetchainid)
- [transferFee](instructions.InitChainSupportInfoParamsType.md#transferfee)
## Properties
### chainAddressLen
• **chainAddressLen**: `number`
#### Defined in
[instructions.ts:174](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L174)
___
### fixedFee
• `Optional` **fixedFee**: `BN`
#### Defined in
[instructions.ts:172](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L172)
___
### isSupported
• **isSupported**: `boolean`
#### Defined in
[instructions.ts:171](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L171)
___
### targetChainId
• **targetChainId**: `Buffer`
#### Defined in
[instructions.ts:170](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L170)
___
### transferFee
• `Optional` **transferFee**: `BN`
#### Defined in
[instructions.ts:173](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L173)