Skip to content

EthereumTransactionReceipt

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / EthereumTransactionReceipt

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13441

Ethereum transaction receipt

transactionHash: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13443

Transaction hash


blockNumber: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13445

Block number


blockHash: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13447

Block hash


from: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13449

Sender address


to: string | null

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13451

Recipient address


gasUsed: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13453

Gas used


effectiveGasPrice: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13455

Effective gas price


status: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13457

Status (1 = success, 0 = failure)


contractAddress: string | null

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13459

Contract address (if deployment)