Version: 0.15.0

Interface: Web3TxReceipt

"typings".Web3TxReceipt

Hierarchy#

  • Web3TxReceipt

Properties#

blockHash#

• blockHash: string

Defined in src/typings.ts:338


blockNumber#

• blockNumber: number

Defined in src/typings.ts:339


contractAddress#

• contractAddress: string

Defined in src/typings.ts:344


cumulativeGasUsed#

• cumulativeGasUsed: number

Defined in src/typings.ts:345


from#

• from: string

Defined in src/typings.ts:342


gasUsed#

• gasUsed: number

Defined in src/typings.ts:346


logs#

• logs: Web3Log[]

Defined in src/typings.ts:347


status#

• status: boolean

Defined in src/typings.ts:337


to#

• to: string

Defined in src/typings.ts:343


transactionHash#

• transactionHash: string

Defined in src/typings.ts:340


transactionIndex#

• transactionIndex: number

Defined in src/typings.ts:341