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

# Interface: TransactionReceipt

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

## Table of contents

### Properties

- [blockHash](internal_.TransactionReceipt.md#blockhash)
- [blockNumber](internal_.TransactionReceipt.md#blocknumber)
- [byzantium](internal_.TransactionReceipt.md#byzantium)
- [confirmations](internal_.TransactionReceipt.md#confirmations)
- [contractAddress](internal_.TransactionReceipt.md#contractaddress)
- [cumulativeGasUsed](internal_.TransactionReceipt.md#cumulativegasused)
- [effectiveGasPrice](internal_.TransactionReceipt.md#effectivegasprice)
- [from](internal_.TransactionReceipt.md#from)
- [gasUsed](internal_.TransactionReceipt.md#gasused)
- [logs](internal_.TransactionReceipt.md#logs)
- [logsBloom](internal_.TransactionReceipt.md#logsbloom)
- [root](internal_.TransactionReceipt.md#root)
- [status](internal_.TransactionReceipt.md#status)
- [to](internal_.TransactionReceipt.md#to)
- [transactionHash](internal_.TransactionReceipt.md#transactionhash)
- [transactionIndex](internal_.TransactionReceipt.md#transactionindex)
- [type](internal_.TransactionReceipt.md#type)

## Properties

### blockHash

• **blockHash**: `string`

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:73

___

### blockNumber

• **blockNumber**: `number`

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:76

___

### byzantium

• **byzantium**: `boolean`

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:80

___

### confirmations

• **confirmations**: `number`

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:77

___

### contractAddress

• **contractAddress**: `string`

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:68

___

### cumulativeGasUsed

• **cumulativeGasUsed**: [`BigNumber`](../classes/internal_.BigNumber.md)

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:78

___

### effectiveGasPrice

• **effectiveGasPrice**: [`BigNumber`](../classes/internal_.BigNumber.md)

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:79

___

### from

• **from**: `string`

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:67

___

### gasUsed

• **gasUsed**: [`BigNumber`](../classes/internal_.BigNumber.md)

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:71

___

### logs

• **logs**: [`Log`](internal_.Log.md)[]

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:75

___

### logsBloom

• **logsBloom**: `string`

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:72

___

### root

• `Optional` **root**: `string`

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:70

___

### status

• `Optional` **status**: `number`

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:82

___

### to

• **to**: `string`

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:66

___

### transactionHash

• **transactionHash**: `string`

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:74

___

### transactionIndex

• **transactionIndex**: `number`

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:69

___

### type

• **type**: `number`

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:81
