@debridge-finance/solana-contracts-client
Version:
[Docs](docs/README.md)
66 lines (35 loc) • 1.71 kB
Markdown
[@debridge-finance/solana-client](../README.md) / [Exports](../modules.md) / [instructions](../modules/instructions.md) / InitializeMintBridgeParamsType
# Interface: InitializeMintBridgeParamsType
[instructions](../modules/instructions.md).InitializeMintBridgeParamsType
## Table of contents
### Properties
- [chainId](instructions.InitializeMintBridgeParamsType.md#chainid)
- [decimals](instructions.InitializeMintBridgeParamsType.md#decimals)
- [nativeTokenAddress](instructions.InitializeMintBridgeParamsType.md#nativetokenaddress)
- [tokenName](instructions.InitializeMintBridgeParamsType.md#tokenname)
- [tokenSymbol](instructions.InitializeMintBridgeParamsType.md#tokensymbol)
## Properties
### chainId
• **chainId**: `Buffer`
#### Defined in
[instructions.ts:96](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L96)
___
### decimals
• **decimals**: `number`
#### Defined in
[instructions.ts:100](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L100)
___
### nativeTokenAddress
• **nativeTokenAddress**: `Buffer`
#### Defined in
[instructions.ts:97](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L97)
___
### tokenName
• **tokenName**: `string`
#### Defined in
[instructions.ts:98](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L98)
___
### tokenSymbol
• **tokenSymbol**: `string`
#### Defined in
[instructions.ts:99](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L99)