EthereumTransactionReceipt
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / EthereumTransactionReceipt
Interface: EthereumTransactionReceipt
Section titled “Interface: EthereumTransactionReceipt”Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13368
Ethereum transaction receipt
Properties
Section titled “Properties”transactionHash
Section titled “transactionHash”transactionHash:
string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13370
Transaction hash
blockNumber
Section titled “blockNumber”blockNumber:
string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13372
Block number
blockHash
Section titled “blockHash”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
Section titled “gasUsed”gasUsed:
string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13380
Gas used
effectiveGasPrice
Section titled “effectiveGasPrice”effectiveGasPrice:
string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13382
Effective gas price
status
Section titled “status”status:
string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13384
Status (1 = success, 0 = failure)
contractAddress
Section titled “contractAddress”contractAddress:
string|null
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:13386
Contract address (if deployment)