Skip to main content

Interface: RPCTransactionReceipt

Properties

blockHash

blockHash: string

Defined in

src/types/Transaction.types.ts:121


blockNumber

blockNumber: string

Defined in

src/types/Transaction.types.ts:122


contractAddress

contractAddress: string

Defined in

src/types/Transaction.types.ts:123


cumulativeGasUsed

cumulativeGasUsed: string

Defined in

src/types/Transaction.types.ts:124


effectiveGasPrice

effectiveGasPrice: string

Defined in

src/types/Transaction.types.ts:125


from

from: string

Defined in

src/types/Transaction.types.ts:126


gasUsed

gasUsed: string

Defined in

src/types/Transaction.types.ts:127


logs

logs: RPCLog[]

Defined in

src/types/Transaction.types.ts:128


logsBloom

logsBloom: string

Defined in

src/types/Transaction.types.ts:129


status

status: string

Defined in

src/types/Transaction.types.ts:130


to

to: string

Defined in

src/types/Transaction.types.ts:131


transactionHash

transactionHash: string

Defined in

src/types/Transaction.types.ts:132


transactionIndex

transactionIndex: string

Defined in

src/types/Transaction.types.ts:133


type

type: string

Defined in

src/types/Transaction.types.ts:134