EthereumTransactionReceipt
SIP Protocol API Reference v0.7.2
SIP Protocol API Reference / EthereumTransactionReceipt
Interface: EthereumTransactionReceipt
Section titled “Interface: EthereumTransactionReceipt”Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:9833
Ethereum transaction receipt
Properties
Section titled “Properties”transactionHash
Section titled “transactionHash”transactionHash:
string
Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:9835
Transaction hash
blockNumber
Section titled “blockNumber”blockNumber:
string
Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:9837
Block number
blockHash
Section titled “blockHash”blockHash:
string
Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:9839
Block hash
from:
string
Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:9841
Sender address
to:
string|null
Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:9843
Recipient address
gasUsed
Section titled “gasUsed”gasUsed:
string
Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:9845
Gas used
effectiveGasPrice
Section titled “effectiveGasPrice”effectiveGasPrice:
string
Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:9847
Effective gas price
status
Section titled “status”status:
string
Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:9849
Status (1 = success, 0 = failure)
contractAddress
Section titled “contractAddress”contractAddress:
string|null
Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:9851
Contract address (if deployment)