soul-wallet-lib
Version:
The EIP-4337 library for Soul-Wallet
97 lines (52 loc) • 2.25 kB
Markdown
[soul-wallet-lib](../README.md) / [Exports](../modules.md) / ITransactionReceiptLog
# Interface: ITransactionReceiptLog
## Table of contents
### Properties
- [address](ITransactionReceiptLog.md#address)
- [blockHash](ITransactionReceiptLog.md#blockhash)
- [blockNumber](ITransactionReceiptLog.md#blocknumber)
- [data](ITransactionReceiptLog.md#data)
- [logIndex](ITransactionReceiptLog.md#logindex)
- [topics](ITransactionReceiptLog.md#topics)
- [transactionHash](ITransactionReceiptLog.md#transactionhash)
- [transactionIndex](ITransactionReceiptLog.md#transactionindex)
## Properties
### address
• **address**: `string`
#### Defined in
[src/interface/IUserOpReceipt.ts:34](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L34)
___
### blockHash
• **blockHash**: `string`
#### Defined in
[src/interface/IUserOpReceipt.ts:38](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L38)
___
### blockNumber
• **blockNumber**: `string`
#### Defined in
[src/interface/IUserOpReceipt.ts:32](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L32)
___
### data
• **data**: `string`
#### Defined in
[src/interface/IUserOpReceipt.ts:36](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L36)
___
### logIndex
• **logIndex**: `string`
#### Defined in
[src/interface/IUserOpReceipt.ts:37](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L37)
___
### topics
• **topics**: `string`[]
#### Defined in
[src/interface/IUserOpReceipt.ts:35](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L35)
___
### transactionHash
• **transactionHash**: `string`
#### Defined in
[src/interface/IUserOpReceipt.ts:33](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L33)
___
### transactionIndex
• **transactionIndex**: `string`
#### Defined in
[src/interface/IUserOpReceipt.ts:31](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/interface/IUserOpReceipt.ts#L31)