[@debridge-finance/solana-client](../README.md) / [Exports](../modules.md) / [instructions](../modules/instructions.md) / ClaimContextType

# Interface: ClaimContextType

[instructions](../modules/instructions.md).ClaimContextType

## Table of contents

### Properties

- [bridgeData](instructions.ClaimContextType.md#bridgedata)
- [chainSupportInfo](instructions.ClaimContextType.md#chainsupportinfo)
- [claimMarker](instructions.ClaimContextType.md#claimmarker)
- [claimToWallet](instructions.ClaimContextType.md#claimtowallet)
- [confirmationStorage](instructions.ClaimContextType.md#confirmationstorage)
- [confirmationStorageCreator](instructions.ClaimContextType.md#confirmationstoragecreator)
- [executor](instructions.ClaimContextType.md#executor)
- [externalCallMeta](instructions.ClaimContextType.md#externalcallmeta)
- [externalCallStorage](instructions.ClaimContextType.md#externalcallstorage)
- [fallbackAddress](instructions.ClaimContextType.md#fallbackaddress)
- [feeBeneficiary](instructions.ClaimContextType.md#feebeneficiary)
- [mintAuthority](instructions.ClaimContextType.md#mintauthority)
- [payerWallet](instructions.ClaimContextType.md#payerwallet)
- [receiver](instructions.ClaimContextType.md#receiver)
- [stakingWallet](instructions.ClaimContextType.md#stakingwallet)
- [state](instructions.ClaimContextType.md#state)
- [submissionAddr](instructions.ClaimContextType.md#submissionaddr)
- [tokenMint](instructions.ClaimContextType.md#tokenmint)

## Properties

### bridgeData

• **bridgeData**: `PublicKey`

#### Defined in

[instructions.ts:272](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L272)

___

### chainSupportInfo

• **chainSupportInfo**: `PublicKey`

#### Defined in

[instructions.ts:277](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L277)

___

### claimMarker

• **claimMarker**: `PublicKey`

#### Defined in

[instructions.ts:287](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L287)

___

### claimToWallet

• **claimToWallet**: `PublicKey`

#### Defined in

[instructions.ts:278](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L278)

___

### confirmationStorage

• **confirmationStorage**: `PublicKey`

#### Defined in

[instructions.ts:281](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L281)

___

### confirmationStorageCreator

• **confirmationStorageCreator**: `PublicKey`

#### Defined in

[instructions.ts:282](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L282)

___

### executor

• **executor**: `PublicKey`

#### Defined in

[instructions.ts:283](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L283)

___

### externalCallMeta

• **externalCallMeta**: `PublicKey`

#### Defined in

[instructions.ts:286](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L286)

___

### externalCallStorage

• **externalCallStorage**: `PublicKey`

#### Defined in

[instructions.ts:285](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L285)

___

### fallbackAddress

• **fallbackAddress**: `PublicKey`

#### Defined in

[instructions.ts:279](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L279)

___

### feeBeneficiary

• **feeBeneficiary**: `PublicKey`

#### Defined in

[instructions.ts:289](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L289)

___

### mintAuthority

• **mintAuthority**: `PublicKey`

#### Defined in

[instructions.ts:275](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L275)

___

### payerWallet

• **payerWallet**: `PublicKey`

#### Defined in

[instructions.ts:284](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L284)

___

### receiver

• **receiver**: `PublicKey`

#### Defined in

[instructions.ts:280](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L280)

___

### stakingWallet

• **stakingWallet**: `PublicKey`

#### Defined in

[instructions.ts:276](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L276)

___

### state

• **state**: `PublicKey`

#### Defined in

[instructions.ts:288](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L288)

___

### submissionAddr

• **submissionAddr**: `PublicKey`

#### Defined in

[instructions.ts:273](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L273)

___

### tokenMint

• **tokenMint**: `PublicKey`

#### Defined in

[instructions.ts:274](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L274)
