@debridge-finance/solana-contracts-client
Version:
[Docs](docs/README.md)
66 lines (35 loc) • 1.66 kB
Markdown
[@debridge-finance/solana-client](../README.md) / [Exports](../modules.md) / [instructions](../modules/instructions.md) / UpdateFeeBridgeInfoContextType
# Interface: UpdateFeeBridgeInfoContextType
[instructions](../modules/instructions.md).UpdateFeeBridgeInfoContextType
## Table of contents
### Properties
- [bridge](instructions.UpdateFeeBridgeInfoContextType.md#bridge)
- [bridgeFee](instructions.UpdateFeeBridgeInfoContextType.md#bridgefee)
- [payer](instructions.UpdateFeeBridgeInfoContextType.md#payer)
- [state](instructions.UpdateFeeBridgeInfoContextType.md#state)
- [tokenMint](instructions.UpdateFeeBridgeInfoContextType.md#tokenmint)
## Properties
### bridge
• **bridge**: `PublicKey`
#### Defined in
[instructions.ts:144](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L144)
___
### bridgeFee
• **bridgeFee**: `PublicKey`
#### Defined in
[instructions.ts:147](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L147)
___
### payer
• **payer**: `PublicKey`
#### Defined in
[instructions.ts:148](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L148)
___
### state
• **state**: `PublicKey`
#### Defined in
[instructions.ts:146](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L146)
___
### tokenMint
• **tokenMint**: `PublicKey`
#### Defined in
[instructions.ts:145](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L145)