Skip to content

EthereumTransactionReceipt

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / EthereumTransactionReceipt

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13368

Ethereum transaction receipt

transactionHash: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13370

Transaction hash


blockNumber: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13372

Block number


blockHash: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13374

Block hash


from: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13376

Sender address


to: string | null

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13378

Recipient address


gasUsed: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13380

Gas used


effectiveGasPrice: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13382

Effective gas price


status: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13384

Status (1 = success, 0 = failure)


contractAddress: string | null

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13386

Contract address (if deployment)