[@debridge-finance/solana-client](../README.md) / [Exports](../modules.md) / [interfaces](../modules/interfaces.md) / HashDeployInfoParams

# Interface: HashDeployInfoParams

[interfaces](../modules/interfaces.md).HashDeployInfoParams

## Table of contents

### Properties

- [debridgeId](interfaces.HashDeployInfoParams.md#debridgeid)
- [decimals](interfaces.HashDeployInfoParams.md#decimals)
- [tokenName](interfaces.HashDeployInfoParams.md#tokenname)
- [tokenSymbol](interfaces.HashDeployInfoParams.md#tokensymbol)

## Properties

### debridgeId

• **debridgeId**: `string`

Hex-encdoded debridge id

#### Defined in

[interfaces.ts:113](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/interfaces.ts#L113)

___

### decimals

• **decimals**: `number`

#### Defined in

[interfaces.ts:116](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/interfaces.ts#L116)

___

### tokenName

• **tokenName**: `string`

#### Defined in

[interfaces.ts:114](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/interfaces.ts#L114)

___

### tokenSymbol

• **tokenSymbol**: `string`

#### Defined in

[interfaces.ts:115](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/interfaces.ts#L115)
