[@debridge-finance/solana-client](../README.md) / [Exports](../modules.md) / [interfaces](../modules/interfaces.md) / InitMintBridgeParamsType

# Interface: InitMintBridgeParamsType

[interfaces](../modules/interfaces.md).InitMintBridgeParamsType

## Table of contents

### Properties

- [chainId](interfaces.InitMintBridgeParamsType.md#chainid)
- [decimals](interfaces.InitMintBridgeParamsType.md#decimals)
- [payer](interfaces.InitMintBridgeParamsType.md#payer)
- [tokenAddress](interfaces.InitMintBridgeParamsType.md#tokenaddress)
- [tokenName](interfaces.InitMintBridgeParamsType.md#tokenname)
- [tokenSymbol](interfaces.InitMintBridgeParamsType.md#tokensymbol)

## Properties

### chainId

• **chainId**: [`ChainIdType`](../modules/interfaces.md#chainidtype)

#### Defined in

[interfaces.ts:102](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/interfaces.ts#L102)

___

### decimals

• **decimals**: `number`

#### Defined in

[interfaces.ts:106](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/interfaces.ts#L106)

___

### payer

• **payer**: `PublicKey`

#### Defined in

[interfaces.ts:101](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/interfaces.ts#L101)

___

### tokenAddress

• **tokenAddress**: `string`

#### Defined in

[interfaces.ts:103](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/interfaces.ts#L103)

___

### tokenName

• **tokenName**: `string`

#### Defined in

[interfaces.ts:104](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/interfaces.ts#L104)

___

### tokenSymbol

• **tokenSymbol**: `string`

#### Defined in

[interfaces.ts:105](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/interfaces.ts#L105)
