@debridge-finance/solana-contracts-client
Version:
[Docs](docs/README.md)
56 lines (29 loc) • 1.22 kB
Markdown
[@debridge-finance/solana-client](../README.md) / [Exports](../modules.md) / [errors](../modules/errors.md) / DiscountNotActive
# Class: DiscountNotActive
[errors](../modules/errors.md).DiscountNotActive
## Hierarchy
- [`AccountError`](errors.AccountError.md)
↳ **`DiscountNotActive`**
## Table of contents
### Constructors
- [constructor](errors.DiscountNotActive.md#constructor)
### Properties
- [publicKey](errors.DiscountNotActive.md#publickey)
## Constructors
### constructor
• **new DiscountNotActive**(`publicKey`)
#### Parameters
| Name | Type |
| :------ | :------ |
| `publicKey` | `PublicKey` |
#### Inherited from
[AccountError](errors.AccountError.md).[constructor](errors.AccountError.md#constructor)
#### Defined in
[errors.ts:19](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/errors.ts#L19)
## Properties
### publicKey
• `Readonly` **publicKey**: `PublicKey`
#### Inherited from
[AccountError](errors.AccountError.md).[publicKey](errors.AccountError.md#publickey)
#### Defined in
[errors.ts:17](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/errors.ts#L17)