EthereumTransactionReceipt
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / EthereumTransactionReceipt
Interface: EthereumTransactionReceipt
Section titled “Interface: EthereumTransactionReceipt”Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13441
Ethereum transaction receipt
Properties
Section titled “Properties”transactionHash
Section titled “transactionHash”transactionHash:
string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13443
Transaction hash
blockNumber
Section titled “blockNumber”blockNumber:
string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13445
Block number
blockHash
Section titled “blockHash”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
Section titled “gasUsed”gasUsed:
string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13453
Gas used
effectiveGasPrice
Section titled “effectiveGasPrice”effectiveGasPrice:
string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13455
Effective gas price
status
Section titled “status”status:
string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13457
Status (1 = success, 0 = failure)
contractAddress
Section titled “contractAddress”contractAddress:
string|null
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:13459
Contract address (if deployment)