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

# Class: LogDescription

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

## Hierarchy

- [`Description`](internal_.Description.md)<[`LogDescription`](internal_.LogDescription.md)\>

  ↳ **`LogDescription`**

## Table of contents

### Constructors

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

### Properties

- [args](internal_.LogDescription.md#args)
- [eventFragment](internal_.LogDescription.md#eventfragment)
- [name](internal_.LogDescription.md#name)
- [signature](internal_.LogDescription.md#signature)
- [topic](internal_.LogDescription.md#topic)

## Constructors

### constructor

• **new LogDescription**(`info`)

#### Parameters

| Name | Type |
| :------ | :------ |
| `info` | `Object` |
| `info.args` | [`Result`](../interfaces/internal_.Result.md) |
| `info.eventFragment` | [`EventFragment`](internal_.EventFragment.md) |
| `info.name` | `string` |
| `info.signature` | `string` |
| `info.topic` | `string` |

#### Inherited from

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

#### Defined in

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

## Properties

### args

• `Readonly` **args**: [`Result`](../interfaces/internal_.Result.md)

#### Defined in

node_modules/@ethersproject/abi/lib/interface.d.ts:13

___

### eventFragment

• `Readonly` **eventFragment**: [`EventFragment`](internal_.EventFragment.md)

#### Defined in

node_modules/@ethersproject/abi/lib/interface.d.ts:9

___

### name

• `Readonly` **name**: `string`

#### Defined in

node_modules/@ethersproject/abi/lib/interface.d.ts:10

___

### signature

• `Readonly` **signature**: `string`

#### Defined in

node_modules/@ethersproject/abi/lib/interface.d.ts:11

___

### topic

• `Readonly` **topic**: `string`

#### Defined in

node_modules/@ethersproject/abi/lib/interface.d.ts:12
