@debridge-finance/solana-contracts-client
Version:
[Docs](docs/README.md)
165 lines (89 loc) • 4.06 kB
Markdown
[@debridge-finance/solana-client](../README.md) / [Exports](../modules.md) / [instructions](../modules/instructions.md) / SendContextType
# Interface: SendContextType
[instructions](../modules/instructions.md).SendContextType
## Table of contents
### Properties
- [bridge](instructions.SendContextType.md#bridge)
- [bridgeFee](instructions.SendContextType.md#bridgefee)
- [chainSupportInfo](instructions.SendContextType.md#chainsupportinfo)
- [discount](instructions.SendContextType.md#discount)
- [externalCallMeta](instructions.SendContextType.md#externalcallmeta)
- [externalCallStorage](instructions.SendContextType.md#externalcallstorage)
- [feeBeneficiary](instructions.SendContextType.md#feebeneficiary)
- [mintAuthority](instructions.SendContextType.md#mintauthority)
- [nonceStorage](instructions.SendContextType.md#noncestorage)
- [sendFrom](instructions.SendContextType.md#sendfrom)
- [sendFromWallet](instructions.SendContextType.md#sendfromwallet)
- [stakingWallet](instructions.SendContextType.md#stakingwallet)
- [state](instructions.SendContextType.md#state)
- [tokenMint](instructions.SendContextType.md#tokenmint)
## Properties
### bridge
• **bridge**: `PublicKey`
#### Defined in
[instructions.ts:219](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L219)
___
### bridgeFee
• **bridgeFee**: `PublicKey`
#### Defined in
[instructions.ts:224](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L224)
___
### chainSupportInfo
• **chainSupportInfo**: `PublicKey`
#### Defined in
[instructions.ts:223](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L223)
___
### discount
• **discount**: `PublicKey`
#### Defined in
[instructions.ts:225](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L225)
___
### externalCallMeta
• **externalCallMeta**: `PublicKey`
#### Defined in
[instructions.ts:232](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L232)
___
### externalCallStorage
• **externalCallStorage**: `PublicKey`
#### Defined in
[instructions.ts:231](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L231)
___
### feeBeneficiary
• **feeBeneficiary**: `PublicKey`
#### Defined in
[instructions.ts:229](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L229)
___
### mintAuthority
• **mintAuthority**: `PublicKey`
#### Defined in
[instructions.ts:222](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L222)
___
### nonceStorage
• **nonceStorage**: `PublicKey`
#### Defined in
[instructions.ts:227](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L227)
___
### sendFrom
• **sendFrom**: `PublicKey`
#### Defined in
[instructions.ts:230](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L230)
___
### sendFromWallet
• **sendFromWallet**: `PublicKey`
#### Defined in
[instructions.ts:226](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L226)
___
### stakingWallet
• **stakingWallet**: `PublicKey`
#### Defined in
[instructions.ts:221](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L221)
___
### state
• **state**: `PublicKey`
#### Defined in
[instructions.ts:228](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L228)
___
### tokenMint
• **tokenMint**: `PublicKey`
#### Defined in
[instructions.ts:220](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/instructions.ts#L220)