[@debridge-finance/solana-client](../README.md) / [Exports](../modules.md) / [instructions](../modules/instructions.md) / StoreSignaturesContextType

# Interface: StoreSignaturesContextType

[instructions](../modules/instructions.md).StoreSignaturesContextType

## Table of contents

### Properties

- [confirmationStorage](instructions.StoreSignaturesContextType.md#confirmationstorage)
- [payer](instructions.StoreSignaturesContextType.md#payer)
- [state](instructions.StoreSignaturesContextType.md#state)

## Properties

### confirmationStorage

• **confirmationStorage**: `PublicKey`

#### Defined in

[instructions.ts:418](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L418)

___

### payer

• **payer**: `PublicKey`

#### Defined in

[instructions.ts:419](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L419)

___

### state

• **state**: `PublicKey`

#### Defined in

[instructions.ts:417](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L417)
