Version: 0.17.1

Interface: Web3TxReceipt

"typings".Web3TxReceipt

Hierarchy#

  • Web3TxReceipt

Properties#

blockHash#

• blockHash: string

Defined in src/typings.ts:368


blockNumber#

• blockNumber: number

Defined in src/typings.ts:369


contractAddress#

• contractAddress: string

Defined in src/typings.ts:374


cumulativeGasUsed#

• cumulativeGasUsed: number

Defined in src/typings.ts:375


from#

• from: string

Defined in src/typings.ts:372


gasUsed#

• gasUsed: number

Defined in src/typings.ts:376


logs#

• logs: Web3Log[]

Defined in src/typings.ts:377


status#

• status: boolean

Defined in src/typings.ts:367


to#

• to: string

Defined in src/typings.ts:373


transactionHash#

• transactionHash: string

Defined in src/typings.ts:370


transactionIndex#

• transactionIndex: number

Defined in src/typings.ts:371