[soul-wallet-lib](../README.md) / [Exports](../modules.md) / [<internal\>](../modules/internal_.md) / Description

# Class: Description<T\>

[<internal>](../modules/internal_.md).Description

## Type parameters

| Name | Type |
| :------ | :------ |
| `T` | `any` |

## Hierarchy

- **`Description`**

  ↳ [`ForkEvent`](internal_.ForkEvent.md)

  ↳ [`TransactionDescription`](internal_.TransactionDescription.md)

  ↳ [`LogDescription`](internal_.LogDescription.md)

  ↳ [`ErrorDescription`](internal_.ErrorDescription.md)

  ↳ [`Indexed`](internal_.Indexed.md)

## Table of contents

### Constructors

- [constructor](internal_.Description.md#constructor)

## Constructors

### constructor

• **new Description**<`T`\>(`info`)

#### Type parameters

| Name | Type |
| :------ | :------ |
| `T` | `any` |

#### Parameters

| Name | Type |
| :------ | :------ |
| `info` | { [K in string \| number \| symbol]: T[K] } |

#### Defined in

node_modules/@ethersproject/properties/lib/index.d.ts:13
