Utility Types
Interface: TransactionReceipt
index.TransactionReceipt
Table of contents
Properties
- blockHash
- blockNumber
- contractAddress
- cumulativeGasUsed
- effectiveGasPrice
- from
- gasUsed
- logs
- logsBloom
- status
- to
- transactionHash
- transactionIndex
- 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