> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spaceport.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: TransactionReceipt

[index](.././index).TransactionReceipt

## Table of contents

### Properties

* [blockHash](#blockhash)
* [blockNumber](#blocknumber)
* [contractAddress](#contractaddress)
* [cumulativeGasUsed](#cumulativegasused)
* [effectiveGasPrice](#effectivegasprice)
* [from](#from)
* [gasUsed](#gasused)
* [logs](#logs)
* [logsBloom](#logsbloom)
* [status](#status)
* [to](#to)
* [transactionHash](#transactionhash)
* [transactionIndex](#transactionindex)
* [type](#type)

## Properties

### blockHash

• **blockHash**: \`0x\$\{string}\`

### blockNumber

• **blockNumber**: `bigint`

### contractAddress

• **contractAddress**: `null` | \`0x\$\{string}\`

### cumulativeGasUsed

• **cumulativeGasUsed**: `bigint`

### effectiveGasPrice

• **effectiveGasPrice**: `bigint`

### from

• **from**: \`0x\$\{string}\`

### gasUsed

• **gasUsed**: `bigint`

### logs

• **logs**: \{ `address`: \`0x$\{string}\` ; `topics`: \`0x$\{string}\`\[] ; `data`: \`0x$\{string}\` ; `blockNumber`: `bigint` ; `transactionHash`: \`0x$\{string}\` ; `transactionIndex`: `number` ; `blockHash`: \`0x\$\{string}\` ; `logIndex`: `number` ; `removed`: `boolean`  }\[]

### logsBloom

• **logsBloom**: \`0x\$\{string}\`

### status

• **status**: `"success"` | `"reverted"`

### to

• **to**: `null` | \`0x\$\{string}\`

### transactionHash

• **transactionHash**: \`0x\$\{string}\`

### transactionIndex

• **transactionIndex**: `number`

### type

• **type**: `number`
