soul-wallet-lib
Version:
The EIP-4337 library for Soul-Wallet
185 lines (100 loc) • 4.36 kB
Markdown
[soul-wallet-lib](../README.md) / [Exports](../modules.md) / ITransactionReceipt
# Interface: ITransactionReceipt
## Table of contents
### Properties
- [blockHash](ITransactionReceipt.md#blockhash)
- [blockNumber](ITransactionReceipt.md#blocknumber)
- [byzantium](ITransactionReceipt.md#byzantium)
- [confirmations](ITransactionReceipt.md#confirmations)
- [contractAddress](ITransactionReceipt.md#contractaddress)
- [cumulativeGasUsed](ITransactionReceipt.md#cumulativegasused)
- [effectiveGasPrice](ITransactionReceipt.md#effectivegasprice)
- [from](ITransactionReceipt.md#from)
- [gasUsed](ITransactionReceipt.md#gasused)
- [logs](ITransactionReceipt.md#logs)
- [logsBloom](ITransactionReceipt.md#logsbloom)
- [status](ITransactionReceipt.md#status)
- [to](ITransactionReceipt.md#to)
- [transactionHash](ITransactionReceipt.md#transactionhash)
- [transactionIndex](ITransactionReceipt.md#transactionindex)
- [type](ITransactionReceipt.md#type)
## Properties
### blockHash
• **blockHash**: `string`
#### Defined in
[src/interface/IUserOpReceipt.ts:19](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L19)
___
### blockNumber
• **blockNumber**: `string`
#### Defined in
[src/interface/IUserOpReceipt.ts:22](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L22)
___
### byzantium
• **byzantium**: `boolean`
#### Defined in
[src/interface/IUserOpReceipt.ts:28](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L28)
___
### confirmations
• **confirmations**: `string`
#### Defined in
[src/interface/IUserOpReceipt.ts:23](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L23)
___
### contractAddress
• `Optional` **contractAddress**: `any`
#### Defined in
[src/interface/IUserOpReceipt.ts:15](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L15)
___
### cumulativeGasUsed
• **cumulativeGasUsed**: `string`
#### Defined in
[src/interface/IUserOpReceipt.ts:24](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L24)
___
### effectiveGasPrice
• **effectiveGasPrice**: `string`
#### Defined in
[src/interface/IUserOpReceipt.ts:25](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L25)
___
### from
• **from**: `string`
#### Defined in
[src/interface/IUserOpReceipt.ts:14](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L14)
___
### gasUsed
• **gasUsed**: `string`
#### Defined in
[src/interface/IUserOpReceipt.ts:17](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L17)
___
### logs
• **logs**: [`ITransactionReceiptLog`](ITransactionReceiptLog.md)[]
#### Defined in
[src/interface/IUserOpReceipt.ts:21](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L21)
___
### logsBloom
• **logsBloom**: `string`
#### Defined in
[src/interface/IUserOpReceipt.ts:18](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L18)
___
### status
• **status**: `string`
#### Defined in
[src/interface/IUserOpReceipt.ts:26](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L26)
___
### to
• **to**: `string`
#### Defined in
[src/interface/IUserOpReceipt.ts:13](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L13)
___
### transactionHash
• **transactionHash**: `string`
#### Defined in
[src/interface/IUserOpReceipt.ts:20](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L20)
___
### transactionIndex
• **transactionIndex**: `string`
#### Defined in
[src/interface/IUserOpReceipt.ts:16](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L16)
___
### type
• **type**: `string`
#### Defined in
[src/interface/IUserOpReceipt.ts:27](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L27)